|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 607A66172B0EFA380010BFC8 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 607A66162B0EFA380010BFC8 /* AppDelegate.m */; }; |
| 11 | + 71CB095279CCE565BAFB69C3 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D995ADFDE8B3EF5DDEB37874 /* SceneDelegate.m */; }; |
11 | 12 | 607A66222B0EFA390010BFC8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607A66212B0EFA390010BFC8 /* Assets.xcassets */; }; |
12 | 13 | 607A66252B0EFA390010BFC8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607A66232B0EFA390010BFC8 /* LaunchScreen.storyboard */; }; |
13 | 14 | 607A66282B0EFA390010BFC8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 607A66272B0EFA390010BFC8 /* main.m */; }; |
|
60 | 61 | 607A66122B0EFA380010BFC8 /* iOSTestbed.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOSTestbed.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
61 | 62 | 607A66152B0EFA380010BFC8 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
62 | 63 | 607A66162B0EFA380010BFC8 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
| 64 | + 83DC5E71F9D64737365A3BE4 /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; }; |
| 65 | + D995ADFDE8B3EF5DDEB37874 /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; }; |
63 | 66 | 607A66212B0EFA390010BFC8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
64 | 67 | 607A66242B0EFA390010BFC8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
65 | 68 | 607A66272B0EFA390010BFC8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
|
123 | 126 | 607A66572B0F079F0010BFC8 /* dylib-Info-template.plist */, |
124 | 127 | 607A66152B0EFA380010BFC8 /* AppDelegate.h */, |
125 | 128 | 607A66162B0EFA380010BFC8 /* AppDelegate.m */, |
| 129 | + 83DC5E71F9D64737365A3BE4 /* SceneDelegate.h */, |
| 130 | + D995ADFDE8B3EF5DDEB37874 /* SceneDelegate.m */, |
126 | 131 | 607A66212B0EFA390010BFC8 /* Assets.xcassets */, |
127 | 132 | 607A66232B0EFA390010BFC8 /* LaunchScreen.storyboard */, |
128 | 133 | 607A66272B0EFA390010BFC8 /* main.m */, |
|
295 | 300 | buildActionMask = 2147483647; |
296 | 301 | files = ( |
297 | 302 | 607A66172B0EFA380010BFC8 /* AppDelegate.m in Sources */, |
| 303 | + 71CB095279CCE565BAFB69C3 /* SceneDelegate.m in Sources */, |
298 | 304 | 607A66282B0EFA390010BFC8 /* main.m in Sources */, |
299 | 305 | ); |
300 | 306 | runOnlyForDeploymentPostprocessing = 0; |
|
381 | 387 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
382 | 388 | GCC_WARN_UNUSED_FUNCTION = YES; |
383 | 389 | GCC_WARN_UNUSED_VARIABLE = YES; |
384 | | - IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 390 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
385 | 391 | LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
386 | 392 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
387 | 393 | MTL_FAST_MATH = YES; |
|
436 | 442 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
437 | 443 | GCC_WARN_UNUSED_FUNCTION = YES; |
438 | 444 | GCC_WARN_UNUSED_VARIABLE = YES; |
439 | | - IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 445 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
440 | 446 | LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
441 | 447 | MTL_ENABLE_DEBUG_INFO = NO; |
442 | 448 | MTL_FAST_MATH = YES; |
|
462 | 468 | INFOPLIST_KEY_UIMainStoryboardFile = Main; |
463 | 469 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
464 | 470 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
465 | | - IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 471 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
466 | 472 | LD_RUNPATH_SEARCH_PATHS = ( |
467 | 473 | "$(inherited)", |
468 | 474 | "@executable_path/Frameworks", |
|
493 | 499 | INFOPLIST_KEY_UIMainStoryboardFile = Main; |
494 | 500 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
495 | 501 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
496 | | - IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 502 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
497 | 503 | LD_RUNPATH_SEARCH_PATHS = ( |
498 | 504 | "$(inherited)", |
499 | 505 | "@executable_path/Frameworks", |
|
516 | 522 | DEVELOPMENT_TEAM = 3HEZE76D99; |
517 | 523 | GENERATE_INFOPLIST_FILE = YES; |
518 | 524 | HEADER_SEARCH_PATHS = "\"$(BUILT_PRODUCTS_DIR)/Python.framework/Headers\""; |
519 | | - IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 525 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
520 | 526 | MARKETING_VERSION = 1.0; |
521 | 527 | PRODUCT_BUNDLE_IDENTIFIER = org.python.iOSTestbedTests; |
522 | 528 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
536 | 542 | DEVELOPMENT_TEAM = 3HEZE76D99; |
537 | 543 | GENERATE_INFOPLIST_FILE = YES; |
538 | 544 | HEADER_SEARCH_PATHS = "\"$(BUILT_PRODUCTS_DIR)/Python.framework/Headers\""; |
539 | | - IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 545 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
540 | 546 | MARKETING_VERSION = 1.0; |
541 | 547 | PRODUCT_BUNDLE_IDENTIFIER = org.python.iOSTestbedTests; |
542 | 548 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments