|
32 | 32 | remoteGlobalIDString = 91B04F792EEFC9B400F7AAF9; |
33 | 33 | remoteInfo = MyAppWidgetExtension; |
34 | 34 | }; |
| 35 | + 91C025CE2FD6ED8200049C07 /* PBXContainerItemProxy */ = { |
| 36 | + isa = PBXContainerItemProxy; |
| 37 | + containerPortal = 910DF9EB2EEFBD8600D8B585 /* Project object */; |
| 38 | + proxyType = 1; |
| 39 | + remoteGlobalIDString = 910DF9F22EEFBD8600D8B585; |
| 40 | + remoteInfo = MyApp; |
| 41 | + }; |
35 | 42 | /* End PBXContainerItemProxy section */ |
36 | 43 |
|
37 | 44 | /* Begin PBXCopyFilesBuildPhase section */ |
|
53 | 60 | 91B04F7A2EEFC9B400F7AAF9 /* MyAppWidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = MyAppWidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
54 | 61 | 91B04F7C2EEFC9B400F7AAF9 /* WidgetKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WidgetKit.framework; path = System/Library/Frameworks/WidgetKit.framework; sourceTree = SDKROOT; }; |
55 | 62 | 91B04F7E2EEFC9B500F7AAF9 /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = System/Library/Frameworks/SwiftUI.framework; sourceTree = SDKROOT; }; |
| 63 | + 91C025CA2FD6ED8200049C07 /* MyAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MyAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
56 | 64 | /* End PBXFileReference section */ |
57 | 65 |
|
58 | 66 | /* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ |
|
89 | 97 | path = Widget; |
90 | 98 | sourceTree = "<group>"; |
91 | 99 | }; |
| 100 | + 91C025CB2FD6ED8200049C07 /* MyAppTests */ = { |
| 101 | + isa = PBXFileSystemSynchronizedRootGroup; |
| 102 | + path = MyAppTests; |
| 103 | + sourceTree = "<group>"; |
| 104 | + }; |
92 | 105 | /* End PBXFileSystemSynchronizedRootGroup section */ |
93 | 106 |
|
94 | 107 | /* Begin PBXFrameworksBuildPhase section */ |
|
120 | 133 | ); |
121 | 134 | runOnlyForDeploymentPostprocessing = 0; |
122 | 135 | }; |
| 136 | + 91C025C72FD6ED8200049C07 /* Frameworks */ = { |
| 137 | + isa = PBXFrameworksBuildPhase; |
| 138 | + buildActionMask = 2147483647; |
| 139 | + files = ( |
| 140 | + ); |
| 141 | + runOnlyForDeploymentPostprocessing = 0; |
| 142 | + }; |
123 | 143 | /* End PBXFrameworksBuildPhase section */ |
124 | 144 |
|
125 | 145 | /* Begin PBXGroup section */ |
|
128 | 148 | children = ( |
129 | 149 | 91B04F9A2EEFCA3300F7AAF9 /* Widget */, |
130 | 150 | 910DFA382EEFBF3600D8B585 /* Sources */, |
| 151 | + 91C025CB2FD6ED8200049C07 /* MyAppTests */, |
131 | 152 | 91B04F7B2EEFC9B400F7AAF9 /* Frameworks */, |
132 | 153 | 910DF9F42EEFBD8600D8B585 /* Products */, |
133 | 154 | ); |
|
138 | 159 | children = ( |
139 | 160 | 910DF9F32EEFBD8600D8B585 /* MyApp.app */, |
140 | 161 | 91B04F7A2EEFC9B400F7AAF9 /* MyAppWidgetExtension.appex */, |
| 162 | + 91C025CA2FD6ED8200049C07 /* MyAppTests.xctest */, |
141 | 163 | ); |
142 | 164 | name = Products; |
143 | 165 | sourceTree = "<group>"; |
|
212 | 234 | productReference = 91B04F7A2EEFC9B400F7AAF9 /* MyAppWidgetExtension.appex */; |
213 | 235 | productType = "com.apple.product-type.app-extension"; |
214 | 236 | }; |
| 237 | + 91C025C92FD6ED8200049C07 /* MyAppTests */ = { |
| 238 | + isa = PBXNativeTarget; |
| 239 | + buildConfigurationList = 91C025D22FD6ED8200049C07 /* Build configuration list for PBXNativeTarget "MyAppTests" */; |
| 240 | + buildPhases = ( |
| 241 | + 91C025C62FD6ED8200049C07 /* Sources */, |
| 242 | + 91C025C72FD6ED8200049C07 /* Frameworks */, |
| 243 | + 91C025C82FD6ED8200049C07 /* Resources */, |
| 244 | + ); |
| 245 | + buildRules = ( |
| 246 | + ); |
| 247 | + dependencies = ( |
| 248 | + 91C025CF2FD6ED8200049C07 /* PBXTargetDependency */, |
| 249 | + ); |
| 250 | + fileSystemSynchronizedGroups = ( |
| 251 | + 91C025CB2FD6ED8200049C07 /* MyAppTests */, |
| 252 | + ); |
| 253 | + name = MyAppTests; |
| 254 | + packageProductDependencies = ( |
| 255 | + ); |
| 256 | + productName = MyAppTests; |
| 257 | + productReference = 91C025CA2FD6ED8200049C07 /* MyAppTests.xctest */; |
| 258 | + productType = "com.apple.product-type.bundle.unit-test"; |
| 259 | + }; |
215 | 260 | /* End PBXNativeTarget section */ |
216 | 261 |
|
217 | 262 | /* Begin PBXProject section */ |
218 | 263 | 910DF9EB2EEFBD8600D8B585 /* Project object */ = { |
219 | 264 | isa = PBXProject; |
220 | 265 | attributes = { |
221 | 266 | BuildIndependentTargetsInParallel = 1; |
222 | | - LastSwiftUpdateCheck = 2610; |
223 | | - LastUpgradeCheck = 2610; |
| 267 | + LastSwiftUpdateCheck = 2650; |
| 268 | + LastUpgradeCheck = 2650; |
224 | 269 | TargetAttributes = { |
225 | 270 | 910DF9F22EEFBD8600D8B585 = { |
226 | 271 | CreatedOnToolsVersion = 26.1.1; |
227 | 272 | }; |
228 | 273 | 91B04F792EEFC9B400F7AAF9 = { |
229 | 274 | CreatedOnToolsVersion = 26.1.1; |
230 | 275 | }; |
| 276 | + 91C025C92FD6ED8200049C07 = { |
| 277 | + CreatedOnToolsVersion = 26.5; |
| 278 | + TestTargetID = 910DF9F22EEFBD8600D8B585; |
| 279 | + }; |
231 | 280 | }; |
232 | 281 | }; |
233 | 282 | buildConfigurationList = 910DF9EE2EEFBD8600D8B585 /* Build configuration list for PBXProject "MyApp" */; |
|
255 | 304 | targets = ( |
256 | 305 | 910DF9F22EEFBD8600D8B585 /* MyApp */, |
257 | 306 | 91B04F792EEFC9B400F7AAF9 /* MyAppWidgetExtension */, |
| 307 | + 91C025C92FD6ED8200049C07 /* MyAppTests */, |
258 | 308 | ); |
259 | 309 | }; |
260 | 310 | /* End PBXProject section */ |
|
274 | 324 | ); |
275 | 325 | runOnlyForDeploymentPostprocessing = 0; |
276 | 326 | }; |
| 327 | + 91C025C82FD6ED8200049C07 /* Resources */ = { |
| 328 | + isa = PBXResourcesBuildPhase; |
| 329 | + buildActionMask = 2147483647; |
| 330 | + files = ( |
| 331 | + ); |
| 332 | + runOnlyForDeploymentPostprocessing = 0; |
| 333 | + }; |
277 | 334 | /* End PBXResourcesBuildPhase section */ |
278 | 335 |
|
279 | 336 | /* Begin PBXSourcesBuildPhase section */ |
|
291 | 348 | ); |
292 | 349 | runOnlyForDeploymentPostprocessing = 0; |
293 | 350 | }; |
| 351 | + 91C025C62FD6ED8200049C07 /* Sources */ = { |
| 352 | + isa = PBXSourcesBuildPhase; |
| 353 | + buildActionMask = 2147483647; |
| 354 | + files = ( |
| 355 | + ); |
| 356 | + runOnlyForDeploymentPostprocessing = 0; |
| 357 | + }; |
294 | 358 | /* End PBXSourcesBuildPhase section */ |
295 | 359 |
|
296 | 360 | /* Begin PBXTargetDependency section */ |
|
299 | 363 | target = 91B04F792EEFC9B400F7AAF9 /* MyAppWidgetExtension */; |
300 | 364 | targetProxy = 91B04F8C2EEFC9B500F7AAF9 /* PBXContainerItemProxy */; |
301 | 365 | }; |
| 366 | + 91C025CF2FD6ED8200049C07 /* PBXTargetDependency */ = { |
| 367 | + isa = PBXTargetDependency; |
| 368 | + target = 910DF9F22EEFBD8600D8B585 /* MyApp */; |
| 369 | + targetProxy = 91C025CE2FD6ED8200049C07 /* PBXContainerItemProxy */; |
| 370 | + }; |
302 | 371 | /* End PBXTargetDependency section */ |
303 | 372 |
|
304 | 373 | /* Begin XCBuildConfiguration section */ |
|
360 | 429 | MTL_FAST_MATH = YES; |
361 | 430 | ONLY_ACTIVE_ARCH = YES; |
362 | 431 | SDKROOT = iphoneos; |
| 432 | + STRING_CATALOG_GENERATE_SYMBOLS = YES; |
363 | 433 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; |
364 | 434 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
365 | 435 | }; |
|
416 | 486 | MTL_ENABLE_DEBUG_INFO = NO; |
417 | 487 | MTL_FAST_MATH = YES; |
418 | 488 | SDKROOT = iphoneos; |
| 489 | + STRING_CATALOG_GENERATE_SYMBOLS = YES; |
419 | 490 | SWIFT_COMPILATION_MODE = wholemodule; |
420 | 491 | VALIDATE_PRODUCT = YES; |
421 | 492 | }; |
|
440 | 511 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; |
441 | 512 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
442 | 513 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 514 | + IPHONEOS_DEPLOYMENT_TARGET = 26.0; |
443 | 515 | LD_RUNPATH_SEARCH_PATHS = ( |
444 | 516 | "$(inherited)", |
445 | 517 | "@executable_path/Frameworks", |
|
481 | 553 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; |
482 | 554 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
483 | 555 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 556 | + IPHONEOS_DEPLOYMENT_TARGET = 26.0; |
484 | 557 | LD_RUNPATH_SEARCH_PATHS = ( |
485 | 558 | "$(inherited)", |
486 | 559 | "@executable_path/Frameworks", |
|
565 | 638 | }; |
566 | 639 | name = Release; |
567 | 640 | }; |
| 641 | + 91C025D02FD6ED8200049C07 /* Debug */ = { |
| 642 | + isa = XCBuildConfiguration; |
| 643 | + buildSettings = { |
| 644 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 645 | + CODE_SIGN_STYLE = Automatic; |
| 646 | + CURRENT_PROJECT_VERSION = 1; |
| 647 | + GENERATE_INFOPLIST_FILE = YES; |
| 648 | + IPHONEOS_DEPLOYMENT_TARGET = 26.0; |
| 649 | + MARKETING_VERSION = 1.0; |
| 650 | + PRODUCT_BUNDLE_IDENTIFIER = com.example.MyAppTests; |
| 651 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 652 | + STRING_CATALOG_GENERATE_SYMBOLS = NO; |
| 653 | + SWIFT_APPROACHABLE_CONCURRENCY = YES; |
| 654 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 655 | + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; |
| 656 | + SWIFT_VERSION = 5.0; |
| 657 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 658 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MyApp.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MyApp"; |
| 659 | + }; |
| 660 | + name = Debug; |
| 661 | + }; |
| 662 | + 91C025D12FD6ED8200049C07 /* Release */ = { |
| 663 | + isa = XCBuildConfiguration; |
| 664 | + buildSettings = { |
| 665 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 666 | + CODE_SIGN_STYLE = Automatic; |
| 667 | + CURRENT_PROJECT_VERSION = 1; |
| 668 | + GENERATE_INFOPLIST_FILE = YES; |
| 669 | + IPHONEOS_DEPLOYMENT_TARGET = 26.0; |
| 670 | + MARKETING_VERSION = 1.0; |
| 671 | + PRODUCT_BUNDLE_IDENTIFIER = com.example.MyAppTests; |
| 672 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 673 | + STRING_CATALOG_GENERATE_SYMBOLS = NO; |
| 674 | + SWIFT_APPROACHABLE_CONCURRENCY = YES; |
| 675 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 676 | + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; |
| 677 | + SWIFT_VERSION = 5.0; |
| 678 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 679 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MyApp.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MyApp"; |
| 680 | + }; |
| 681 | + name = Release; |
| 682 | + }; |
568 | 683 | /* End XCBuildConfiguration section */ |
569 | 684 |
|
570 | 685 | /* Begin XCConfigurationList section */ |
|
595 | 710 | defaultConfigurationIsVisible = 0; |
596 | 711 | defaultConfigurationName = Release; |
597 | 712 | }; |
| 713 | + 91C025D22FD6ED8200049C07 /* Build configuration list for PBXNativeTarget "MyAppTests" */ = { |
| 714 | + isa = XCConfigurationList; |
| 715 | + buildConfigurations = ( |
| 716 | + 91C025D02FD6ED8200049C07 /* Debug */, |
| 717 | + 91C025D12FD6ED8200049C07 /* Release */, |
| 718 | + ); |
| 719 | + defaultConfigurationIsVisible = 0; |
| 720 | + defaultConfigurationName = Release; |
| 721 | + }; |
598 | 722 | /* End XCConfigurationList section */ |
599 | 723 |
|
600 | 724 | /* Begin XCRemoteSwiftPackageReference section */ |
|
0 commit comments