File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
ios-spritekit-flappy-flying-bird.xcodeproj
ios-spritekit-flappy-flying-bird Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 620620 TargetAttributes = {
621621 A9ACB9182099A1F200966991 = {
622622 CreatedOnToolsVersion = 9.3;
623+ LastSwiftMigration = 1000;
623624 };
624625 A9ACB9322099A1F300966991 = {
625626 CreatedOnToolsVersion = 9.3;
627+ LastSwiftMigration = 1000;
626628 TestTargetID = A9ACB9182099A1F200966991;
627629 };
628630 };
919921 );
920922 PRODUCT_BUNDLE_IDENTIFIER = "eleev.astemir.io.ios-spritekit-flappy-fly-bird";
921923 PRODUCT_NAME = "$(TARGET_NAME)";
922- SWIFT_VERSION = 4.0 ;
924+ SWIFT_VERSION = 4.2 ;
923925 TARGETED_DEVICE_FAMILY = "1,2";
924926 };
925927 name = Debug;
937939 );
938940 PRODUCT_BUNDLE_IDENTIFIER = "eleev.astemir.io.ios-spritekit-flappy-fly-bird";
939941 PRODUCT_NAME = "$(TARGET_NAME)";
940- SWIFT_VERSION = 4.0 ;
942+ SWIFT_VERSION = 4.2 ;
941943 TARGETED_DEVICE_FAMILY = "1,2";
942944 };
943945 name = Release;
957959 );
958960 PRODUCT_BUNDLE_IDENTIFIER = "eleev.astemir.io.ios-spritekit-flappy-flying-birdTests";
959961 PRODUCT_NAME = "$(TARGET_NAME)";
960- SWIFT_VERSION = 4.0 ;
962+ SWIFT_VERSION = 4.2 ;
961963 TARGETED_DEVICE_FAMILY = "1,2";
962964 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ios-spritekit-flappy-flying-bird.app/ios-spritekit-flappy-flying-bird";
963965 };
978980 );
979981 PRODUCT_BUNDLE_IDENTIFIER = "eleev.astemir.io.ios-spritekit-flappy-flying-birdTests";
980982 PRODUCT_NAME = "$(TARGET_NAME)";
981- SWIFT_VERSION = 4.0 ;
983+ SWIFT_VERSION = 4.2 ;
982984 TARGETED_DEVICE_FAMILY = "1,2";
983985 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ios-spritekit-flappy-flying-bird.app/ios-spritekit-flappy-flying-bird";
984986 };
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1414 var window : UIWindow ?
1515
1616
17- func application( _ application: UIApplication , didFinishLaunchingWithOptions launchOptions: [ UIApplicationLaunchOptionsKey : Any ] ? ) -> Bool {
17+ func application( _ application: UIApplication , didFinishLaunchingWithOptions launchOptions: [ UIApplication . LaunchOptionsKey : Any ] ? ) -> Bool {
1818 // Override point for customization after application launch.
1919 return true
2020 }
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >1.3 </string >
20+ <string >1.3.1 </string >
2121 <key >CFBundleVersion </key >
2222 <string >1 </string >
2323 <key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments