We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ec12c commit 1a34e8bCopy full SHA for 1a34e8b
README.md
@@ -302,10 +302,9 @@ let image: UIImage = CoreAsset.exampleImage.image // Access from any target :)
302
- [x] Migrate to Tuist 4.0
303
- [ ] Fix a freeze issue in `NavigationView` inside `NavigationStack`
304
- [x] Add `ShimmerUI`
305
-- [ ] Update `Backend`
+- [x] Update `Backend`
306
- [ ] Update `ShimmerUI`
307
- [ ] Update Tuist docs ("Access Assets" section etc.)
308
-- [ ] Move version to xconfig file
309
310
## Extensions
311
Targets/NavigationKit/Tests/NavControllerTests.swift
@@ -2,8 +2,8 @@
2
// Copyright © 2024 Md. Mahmudul Hasan Shohag. All rights reserved.
3
//
4
5
-@testable import Core
6
import Foundation
+@testable import NavigationKit
7
import XCTest
8
9
private extension NavController {
0 commit comments