|
346 | 346 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; |
347 | 347 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
348 | 348 | SWIFT_STRICT_CONCURRENCY = complete; |
| 349 | + XROS_DEPLOYMENT_TARGET = 1.0; |
349 | 350 | }; |
350 | 351 | name = Debug; |
351 | 352 | }; |
|
404 | 405 | MTL_FAST_MATH = YES; |
405 | 406 | SWIFT_COMPILATION_MODE = wholemodule; |
406 | 407 | SWIFT_STRICT_CONCURRENCY = complete; |
| 408 | + XROS_DEPLOYMENT_TARGET = 1.0; |
407 | 409 | }; |
408 | 410 | name = Release; |
409 | 411 | }; |
|
435 | 437 | "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; |
436 | 438 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
437 | 439 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
438 | | - IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
439 | 440 | LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
440 | 441 | "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; |
441 | | - MACOSX_DEPLOYMENT_TARGET = 14.0; |
442 | | - MARKETING_VERSION = 1.0; |
| 442 | + MARKETING_VERSION = 1.1.0; |
443 | 443 | PRODUCT_BUNDLE_IDENTIFIER = jp.tryswift.tokyo.App; |
444 | 444 | PRODUCT_NAME = "$(TARGET_NAME)"; |
445 | 445 | SDKROOT = auto; |
|
480 | 480 | "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; |
481 | 481 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
482 | 482 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
483 | | - IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
484 | 483 | LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
485 | 484 | "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; |
486 | | - MACOSX_DEPLOYMENT_TARGET = 14.0; |
487 | | - MARKETING_VERSION = 1.0; |
| 485 | + MARKETING_VERSION = 1.1.0; |
488 | 486 | PRODUCT_BUNDLE_IDENTIFIER = jp.tryswift.tokyo.App; |
489 | 487 | PRODUCT_NAME = "$(TARGET_NAME)"; |
490 | 488 | SDKROOT = auto; |
|
516 | 514 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
517 | 515 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
518 | 516 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
519 | | - IPHONEOS_DEPLOYMENT_TARGET = 17.4; |
520 | 517 | LD_RUNPATH_SEARCH_PATHS = ( |
521 | 518 | "$(inherited)", |
522 | 519 | "@executable_path/Frameworks", |
523 | 520 | ); |
524 | | - MARKETING_VERSION = 1.0; |
| 521 | + MARKETING_VERSION = 1.1.0; |
525 | 522 | PRODUCT_BUNDLE_IDENTIFIER = jp.tryswift.tokyo.App.Clip; |
526 | 523 | PRODUCT_NAME = "$(TARGET_NAME)"; |
527 | 524 | SDKROOT = iphoneos; |
|
550 | 547 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
551 | 548 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
552 | 549 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
553 | | - IPHONEOS_DEPLOYMENT_TARGET = 17.4; |
554 | 550 | LD_RUNPATH_SEARCH_PATHS = ( |
555 | 551 | "$(inherited)", |
556 | 552 | "@executable_path/Frameworks", |
557 | 553 | ); |
558 | | - MARKETING_VERSION = 1.0; |
| 554 | + MARKETING_VERSION = 1.1.0; |
559 | 555 | PRODUCT_BUNDLE_IDENTIFIER = jp.tryswift.tokyo.App.Clip; |
560 | 556 | PRODUCT_NAME = "$(TARGET_NAME)"; |
561 | 557 | SDKROOT = iphoneos; |
|
0 commit comments