|
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 */; }; |
|
59 | 60 | 607A66122B0EFA380010BFC8 /* iOSTestbed.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOSTestbed.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
60 | 61 | 607A66152B0EFA380010BFC8 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
61 | 62 | 607A66162B0EFA380010BFC8 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
| 63 | + 83DC5E71F9D64737365A3BE4 /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; }; |
| 64 | + D995ADFDE8B3EF5DDEB37874 /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; }; |
62 | 65 | 607A66212B0EFA390010BFC8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
63 | 66 | 607A66242B0EFA390010BFC8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
64 | 67 | 607A66272B0EFA390010BFC8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
|
120 | 123 | 607A66592B0F08600010BFC8 /* iOSTestbed-Info.plist */, |
121 | 124 | 607A66152B0EFA380010BFC8 /* AppDelegate.h */, |
122 | 125 | 607A66162B0EFA380010BFC8 /* AppDelegate.m */, |
| 126 | + 83DC5E71F9D64737365A3BE4 /* SceneDelegate.h */, |
| 127 | + D995ADFDE8B3EF5DDEB37874 /* SceneDelegate.m */, |
123 | 128 | 607A66212B0EFA390010BFC8 /* Assets.xcassets */, |
124 | 129 | 607A66232B0EFA390010BFC8 /* LaunchScreen.storyboard */, |
125 | 130 | 607A66272B0EFA390010BFC8 /* main.m */, |
|
270 | 275 | buildActionMask = 2147483647; |
271 | 276 | files = ( |
272 | 277 | 607A66172B0EFA380010BFC8 /* AppDelegate.m in Sources */, |
| 278 | + 71CB095279CCE565BAFB69C3 /* SceneDelegate.m in Sources */, |
273 | 279 | 607A66282B0EFA390010BFC8 /* main.m in Sources */, |
274 | 280 | ); |
275 | 281 | runOnlyForDeploymentPostprocessing = 0; |
|
356 | 362 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
357 | 363 | GCC_WARN_UNUSED_FUNCTION = YES; |
358 | 364 | GCC_WARN_UNUSED_VARIABLE = YES; |
359 | | - IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 365 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
360 | 366 | LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
361 | 367 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
362 | 368 | MTL_FAST_MATH = YES; |
|
411 | 417 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
412 | 418 | GCC_WARN_UNUSED_FUNCTION = YES; |
413 | 419 | GCC_WARN_UNUSED_VARIABLE = YES; |
414 | | - IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 420 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
415 | 421 | LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
416 | 422 | MTL_ENABLE_DEBUG_INFO = NO; |
417 | 423 | MTL_FAST_MATH = YES; |
|
437 | 443 | INFOPLIST_KEY_UIMainStoryboardFile = Main; |
438 | 444 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
439 | 445 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
440 | | - IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 446 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
441 | 447 | LD_RUNPATH_SEARCH_PATHS = ( |
442 | 448 | "$(inherited)", |
443 | 449 | "@executable_path/Frameworks", |
|
468 | 474 | INFOPLIST_KEY_UIMainStoryboardFile = Main; |
469 | 475 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
470 | 476 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
471 | | - IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 477 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
472 | 478 | LD_RUNPATH_SEARCH_PATHS = ( |
473 | 479 | "$(inherited)", |
474 | 480 | "@executable_path/Frameworks", |
|
491 | 497 | DEVELOPMENT_TEAM = 3HEZE76D99; |
492 | 498 | GENERATE_INFOPLIST_FILE = YES; |
493 | 499 | HEADER_SEARCH_PATHS = "\"$(BUILT_PRODUCTS_DIR)/Python.framework/Headers\""; |
494 | | - IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 500 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
495 | 501 | MARKETING_VERSION = 1.0; |
496 | 502 | PRODUCT_BUNDLE_IDENTIFIER = org.python.iOSTestbedTests; |
497 | 503 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
511 | 517 | DEVELOPMENT_TEAM = 3HEZE76D99; |
512 | 518 | GENERATE_INFOPLIST_FILE = YES; |
513 | 519 | HEADER_SEARCH_PATHS = "\"$(BUILT_PRODUCTS_DIR)/Python.framework/Headers\""; |
514 | | - IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 520 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
515 | 521 | MARKETING_VERSION = 1.0; |
516 | 522 | PRODUCT_BUNDLE_IDENTIFIER = org.python.iOSTestbedTests; |
517 | 523 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments