|
23 | 23 | 526D9F2F26AF661F00B6B882 /* VMCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 526D9F2226AF661F00B6B882 /* VMCoordinator.swift */; };
|
24 | 24 | 526D9F3326AF667000B6B882 /* FlowStacksApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 526D9F3226AF667000B6B882 /* FlowStacksApp.swift */; };
|
25 | 25 | 526D9F3426AF667000B6B882 /* FlowStacksApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 526D9F3226AF667000B6B882 /* FlowStacksApp.swift */; };
|
| 26 | + 5285BBAF2B6408F500197CE7 /* FlowStacksAppUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5285BBAE2B6408F500197CE7 /* FlowStacksAppUITests.swift */; }; |
26 | 27 | 52C5CCDE286EE92B0075ABA7 /* Deeplink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52C5CCDD286EE92B0075ABA7 /* Deeplink.swift */; };
|
27 | 28 | 52C5CCDF286EE92B0075ABA7 /* Deeplink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52C5CCDD286EE92B0075ABA7 /* Deeplink.swift */; };
|
28 | 29 | 77F136ED282E45E0008A6A02 /* ParentCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77F136EC282E45DF008A6A02 /* ParentCoordinator.swift */; };
|
29 | 30 | 77F136EE282E45E0008A6A02 /* ParentCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77F136EC282E45DF008A6A02 /* ParentCoordinator.swift */; };
|
30 | 31 | /* End PBXBuildFile section */
|
31 | 32 |
|
| 33 | +/* Begin PBXContainerItemProxy section */ |
| 34 | + 5285BBB22B6408F500197CE7 /* PBXContainerItemProxy */ = { |
| 35 | + isa = PBXContainerItemProxy; |
| 36 | + containerPortal = 5241BF2726AA1D3A002D6892 /* Project object */; |
| 37 | + proxyType = 1; |
| 38 | + remoteGlobalIDString = 5241BF3226AA1D3B002D6892; |
| 39 | + remoteInfo = "FlowStacksApp (iOS)"; |
| 40 | + }; |
| 41 | +/* End PBXContainerItemProxy section */ |
| 42 | + |
32 | 43 | /* Begin PBXFileReference section */
|
33 | 44 | 5241BF3326AA1D3B002D6892 /* FlowStacksApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FlowStacksApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
34 | 45 | 5241BF3926AA1D3B002D6892 /* FlowStacksApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FlowStacksApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
38 | 49 | 526D9F1C26AF661F00B6B882 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
39 | 50 | 526D9F2226AF661F00B6B882 /* VMCoordinator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VMCoordinator.swift; sourceTree = "<group>"; };
|
40 | 51 | 526D9F3226AF667000B6B882 /* FlowStacksApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowStacksApp.swift; sourceTree = "<group>"; };
|
| 52 | + 5285BBAC2B6408F500197CE7 /* FlowStacksAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FlowStacksAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 53 | + 5285BBAE2B6408F500197CE7 /* FlowStacksAppUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowStacksAppUITests.swift; sourceTree = "<group>"; }; |
41 | 54 | 52C5CCDB286E5D780075ABA7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
42 | 55 | 52C5CCDD286EE92B0075ABA7 /* Deeplink.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Deeplink.swift; sourceTree = "<group>"; };
|
43 | 56 | 52E2C8F02A7265A00042C495 /* FlowStacks */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FlowStacks; path = .; sourceTree = "<group>"; };
|
|
63 | 76 | );
|
64 | 77 | runOnlyForDeploymentPostprocessing = 0;
|
65 | 78 | };
|
| 79 | + 5285BBA92B6408F500197CE7 /* Frameworks */ = { |
| 80 | + isa = PBXFrameworksBuildPhase; |
| 81 | + buildActionMask = 2147483647; |
| 82 | + files = ( |
| 83 | + ); |
| 84 | + runOnlyForDeploymentPostprocessing = 0; |
| 85 | + }; |
66 | 86 | /* End PBXFrameworksBuildPhase section */
|
67 | 87 |
|
68 | 88 | /* Begin PBXGroup section */
|
|
79 | 99 | children = (
|
80 | 100 | 521678E12A2FD6AE00954579 /* Packages */,
|
81 | 101 | 526D9F1B26AF661F00B6B882 /* FlowStacksApp */,
|
| 102 | + 5285BBAD2B6408F500197CE7 /* FlowStacksAppUITests */, |
82 | 103 | 5241BF3426AA1D3B002D6892 /* Products */,
|
83 | 104 | 5241BF6D26AA1E8A002D6892 /* Frameworks */,
|
84 | 105 | );
|
|
89 | 110 | children = (
|
90 | 111 | 5241BF3326AA1D3B002D6892 /* FlowStacksApp.app */,
|
91 | 112 | 5241BF3926AA1D3B002D6892 /* FlowStacksApp.app */,
|
| 113 | + 5285BBAC2B6408F500197CE7 /* FlowStacksAppUITests.xctest */, |
92 | 114 | );
|
93 | 115 | name = Products;
|
94 | 116 | sourceTree = "<group>";
|
|
124 | 146 | path = Shared;
|
125 | 147 | sourceTree = "<group>";
|
126 | 148 | };
|
| 149 | + 5285BBAD2B6408F500197CE7 /* FlowStacksAppUITests */ = { |
| 150 | + isa = PBXGroup; |
| 151 | + children = ( |
| 152 | + 5285BBAE2B6408F500197CE7 /* FlowStacksAppUITests.swift */, |
| 153 | + ); |
| 154 | + path = FlowStacksAppUITests; |
| 155 | + sourceTree = "<group>"; |
| 156 | + }; |
127 | 157 | /* End PBXGroup section */
|
128 | 158 |
|
129 | 159 | /* Begin PBXNativeTarget section */
|
|
169 | 199 | productReference = 5241BF3926AA1D3B002D6892 /* FlowStacksApp.app */;
|
170 | 200 | productType = "com.apple.product-type.application";
|
171 | 201 | };
|
| 202 | + 5285BBAB2B6408F500197CE7 /* FlowStacksAppUITests */ = { |
| 203 | + isa = PBXNativeTarget; |
| 204 | + buildConfigurationList = 5285BBB62B6408F500197CE7 /* Build configuration list for PBXNativeTarget "FlowStacksAppUITests" */; |
| 205 | + buildPhases = ( |
| 206 | + 5285BBA82B6408F500197CE7 /* Sources */, |
| 207 | + 5285BBA92B6408F500197CE7 /* Frameworks */, |
| 208 | + 5285BBAA2B6408F500197CE7 /* Resources */, |
| 209 | + ); |
| 210 | + buildRules = ( |
| 211 | + ); |
| 212 | + dependencies = ( |
| 213 | + 5285BBB32B6408F500197CE7 /* PBXTargetDependency */, |
| 214 | + ); |
| 215 | + name = FlowStacksAppUITests; |
| 216 | + productName = FlowStacksAppUITests; |
| 217 | + productReference = 5285BBAC2B6408F500197CE7 /* FlowStacksAppUITests.xctest */; |
| 218 | + productType = "com.apple.product-type.bundle.ui-testing"; |
| 219 | + }; |
172 | 220 | /* End PBXNativeTarget section */
|
173 | 221 |
|
174 | 222 | /* Begin PBXProject section */
|
175 | 223 | 5241BF2726AA1D3A002D6892 /* Project object */ = {
|
176 | 224 | isa = PBXProject;
|
177 | 225 | attributes = {
|
178 | 226 | BuildIndependentTargetsInParallel = 1;
|
179 |
| - LastSwiftUpdateCheck = 1300; |
| 227 | + LastSwiftUpdateCheck = 1510; |
180 | 228 | LastUpgradeCheck = 1500;
|
181 | 229 | TargetAttributes = {
|
182 | 230 | 5241BF3226AA1D3B002D6892 = {
|
|
185 | 233 | 5241BF3826AA1D3B002D6892 = {
|
186 | 234 | CreatedOnToolsVersion = 13.0;
|
187 | 235 | };
|
| 236 | + 5285BBAB2B6408F500197CE7 = { |
| 237 | + CreatedOnToolsVersion = 15.1; |
| 238 | + TestTargetID = 5241BF3226AA1D3B002D6892; |
| 239 | + }; |
188 | 240 | };
|
189 | 241 | };
|
190 | 242 | buildConfigurationList = 5241BF2A26AA1D3A002D6892 /* Build configuration list for PBXProject "FlowStacksApp" */;
|
|
205 | 257 | targets = (
|
206 | 258 | 5241BF3226AA1D3B002D6892 /* FlowStacksApp (iOS) */,
|
207 | 259 | 5241BF3826AA1D3B002D6892 /* FlowStacksApp (macOS) */,
|
| 260 | + 5285BBAB2B6408F500197CE7 /* FlowStacksAppUITests */, |
208 | 261 | );
|
209 | 262 | };
|
210 | 263 | /* End PBXProject section */
|
|
226 | 279 | );
|
227 | 280 | runOnlyForDeploymentPostprocessing = 0;
|
228 | 281 | };
|
| 282 | + 5285BBAA2B6408F500197CE7 /* Resources */ = { |
| 283 | + isa = PBXResourcesBuildPhase; |
| 284 | + buildActionMask = 2147483647; |
| 285 | + files = ( |
| 286 | + ); |
| 287 | + runOnlyForDeploymentPostprocessing = 0; |
| 288 | + }; |
229 | 289 | /* End PBXResourcesBuildPhase section */
|
230 | 290 |
|
231 | 291 | /* Begin PBXSourcesBuildPhase section */
|
|
257 | 317 | );
|
258 | 318 | runOnlyForDeploymentPostprocessing = 0;
|
259 | 319 | };
|
| 320 | + 5285BBA82B6408F500197CE7 /* Sources */ = { |
| 321 | + isa = PBXSourcesBuildPhase; |
| 322 | + buildActionMask = 2147483647; |
| 323 | + files = ( |
| 324 | + 5285BBAF2B6408F500197CE7 /* FlowStacksAppUITests.swift in Sources */, |
| 325 | + ); |
| 326 | + runOnlyForDeploymentPostprocessing = 0; |
| 327 | + }; |
260 | 328 | /* End PBXSourcesBuildPhase section */
|
261 | 329 |
|
| 330 | +/* Begin PBXTargetDependency section */ |
| 331 | + 5285BBB32B6408F500197CE7 /* PBXTargetDependency */ = { |
| 332 | + isa = PBXTargetDependency; |
| 333 | + target = 5241BF3226AA1D3B002D6892 /* FlowStacksApp (iOS) */; |
| 334 | + targetProxy = 5285BBB22B6408F500197CE7 /* PBXContainerItemProxy */; |
| 335 | + }; |
| 336 | +/* End PBXTargetDependency section */ |
| 337 | + |
262 | 338 | /* Begin XCBuildConfiguration section */
|
263 | 339 | 5241BF4026AA1D3B002D6892 /* Debug */ = {
|
264 | 340 | isa = XCBuildConfiguration;
|
|
502 | 578 | };
|
503 | 579 | name = Release;
|
504 | 580 | };
|
| 581 | + 5285BBB42B6408F500197CE7 /* Debug */ = { |
| 582 | + isa = XCBuildConfiguration; |
| 583 | + buildSettings = { |
| 584 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
| 585 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
| 586 | + CODE_SIGN_STYLE = Automatic; |
| 587 | + CURRENT_PROJECT_VERSION = 1; |
| 588 | + GCC_C_LANGUAGE_STANDARD = gnu17; |
| 589 | + GENERATE_INFOPLIST_FILE = YES; |
| 590 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 591 | + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
| 592 | + MARKETING_VERSION = 1.0; |
| 593 | + PRODUCT_BUNDLE_IDENTIFIER = co.uk.johnpatrickmorgan.FlowStacksAppUITests; |
| 594 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 595 | + SDKROOT = iphoneos; |
| 596 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; |
| 597 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 598 | + SWIFT_VERSION = 5.0; |
| 599 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 600 | + TEST_TARGET_NAME = "FlowStacksApp (iOS)"; |
| 601 | + }; |
| 602 | + name = Debug; |
| 603 | + }; |
| 604 | + 5285BBB52B6408F500197CE7 /* Release */ = { |
| 605 | + isa = XCBuildConfiguration; |
| 606 | + buildSettings = { |
| 607 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
| 608 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
| 609 | + CODE_SIGN_STYLE = Automatic; |
| 610 | + CURRENT_PROJECT_VERSION = 1; |
| 611 | + GCC_C_LANGUAGE_STANDARD = gnu17; |
| 612 | + GENERATE_INFOPLIST_FILE = YES; |
| 613 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 614 | + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
| 615 | + MARKETING_VERSION = 1.0; |
| 616 | + PRODUCT_BUNDLE_IDENTIFIER = co.uk.johnpatrickmorgan.FlowStacksAppUITests; |
| 617 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 618 | + SDKROOT = iphoneos; |
| 619 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 620 | + SWIFT_VERSION = 5.0; |
| 621 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 622 | + TEST_TARGET_NAME = "FlowStacksApp (iOS)"; |
| 623 | + VALIDATE_PRODUCT = YES; |
| 624 | + }; |
| 625 | + name = Release; |
| 626 | + }; |
505 | 627 | /* End XCBuildConfiguration section */
|
506 | 628 |
|
507 | 629 | /* Begin XCConfigurationList section */
|
|
532 | 654 | defaultConfigurationIsVisible = 0;
|
533 | 655 | defaultConfigurationName = Release;
|
534 | 656 | };
|
| 657 | + 5285BBB62B6408F500197CE7 /* Build configuration list for PBXNativeTarget "FlowStacksAppUITests" */ = { |
| 658 | + isa = XCConfigurationList; |
| 659 | + buildConfigurations = ( |
| 660 | + 5285BBB42B6408F500197CE7 /* Debug */, |
| 661 | + 5285BBB52B6408F500197CE7 /* Release */, |
| 662 | + ); |
| 663 | + defaultConfigurationIsVisible = 0; |
| 664 | + defaultConfigurationName = Release; |
| 665 | + }; |
535 | 666 | /* End XCConfigurationList section */
|
536 | 667 |
|
537 | 668 | /* Begin XCRemoteSwiftPackageReference section */
|
|
0 commit comments