Skip to content

Commit

Permalink
Specify 4.2 for iOS too. (Thanks, Xcode!)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiep committed Sep 28, 2018
1 parent 6d41e58 commit 7e2622d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PersistDB.xcodeproj/project.pbxproj
Expand Up @@ -993,7 +993,7 @@
PRODUCT_NAME = PersistDB;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -1018,7 +1018,7 @@
PRODUCT_NAME = PersistDB;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
Expand All @@ -1039,7 +1039,7 @@
PRODUCT_BUNDLE_IDENTIFIER = org.persistx.PersistDBTests;
PRODUCT_NAME = PersistDBTests;
SDKROOT = iphoneos;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -1059,7 +1059,7 @@
PRODUCT_BUNDLE_IDENTIFIER = org.persistx.PersistDBTests;
PRODUCT_NAME = PersistDBTests;
SDKROOT = iphoneos;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
Expand Down

0 comments on commit 7e2622d

Please sign in to comment.