|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 8462832529B8C6B5004EFC9A /* TurboNavigator in Frameworks */ = {isa = PBXBuildFile; productRef = 8462832429B8C6B5004EFC9A /* TurboNavigator */; }; |
11 | | - 8462832729B90BB9004EFC9A /* ErrorPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8462832629B90BB9004EFC9A /* ErrorPresenter.swift */; }; |
12 | 11 | 8484C2E929B132D20018596C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8484C2E829B132D20018596C /* AppDelegate.swift */; }; |
13 | 12 | 8484C2EB29B132D20018596C /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8484C2EA29B132D20018596C /* SceneDelegate.swift */; }; |
14 | 13 | 8484C2F229B132D30018596C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8484C2F129B132D30018596C /* Assets.xcassets */; }; |
|
17 | 16 |
|
18 | 17 | /* Begin PBXFileReference section */ |
19 | 18 | 8462832329B8C6A7004EFC9A /* TurboNavigator */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = TurboNavigator; path = ..; sourceTree = "<group>"; }; |
20 | | - 8462832629B90BB9004EFC9A /* ErrorPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ErrorPresenter.swift; sourceTree = "<group>"; }; |
21 | 19 | 8484C2E529B132D20018596C /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
22 | 20 | 8484C2E829B132D20018596C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
23 | 21 | 8484C2EA29B132D20018596C /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
|
61 | 59 | children = ( |
62 | 60 | 8484C2F629B132D30018596C /* Info.plist */, |
63 | 61 | 8484C2E829B132D20018596C /* AppDelegate.swift */, |
64 | | - 8462832629B90BB9004EFC9A /* ErrorPresenter.swift */, |
65 | 62 | 8484C2EA29B132D20018596C /* SceneDelegate.swift */, |
66 | 63 | 8484C2F129B132D30018596C /* Assets.xcassets */, |
67 | 64 | 8484C2F329B132D30018596C /* LaunchScreen.storyboard */, |
|
161 | 158 | files = ( |
162 | 159 | 8484C2E929B132D20018596C /* AppDelegate.swift in Sources */, |
163 | 160 | 8484C2EB29B132D20018596C /* SceneDelegate.swift in Sources */, |
164 | | - 8462832729B90BB9004EFC9A /* ErrorPresenter.swift in Sources */, |
165 | 161 | ); |
166 | 162 | runOnlyForDeploymentPostprocessing = 0; |
167 | 163 | }; |
|
306 | 302 | INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
307 | 303 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
308 | 304 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 305 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
309 | 306 | LD_RUNPATH_SEARCH_PATHS = ( |
310 | 307 | "$(inherited)", |
311 | 308 | "@executable_path/Frameworks", |
|
335 | 332 | INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
336 | 333 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
337 | 334 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 335 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
338 | 336 | LD_RUNPATH_SEARCH_PATHS = ( |
339 | 337 | "$(inherited)", |
340 | 338 | "@executable_path/Frameworks", |
|
0 commit comments