Skip to content

Commit

Permalink
Silence project warnings about Swift 4.2 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Maccharoli committed Sep 23, 2018
1 parent d0f0507 commit f2e7997
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions UIFontComplete.xcodeproj/project.pbxproj
Expand Up @@ -298,10 +298,12 @@
};
4E6A41E61FFA95CF00DC7D56 = {
CreatedOnToolsVersion = 9.2;
LastSwiftMigration = 1000;
ProvisioningStyle = Automatic;
};
4E6A41EE1FFA95CF00DC7D56 = {
CreatedOnToolsVersion = 9.2;
LastSwiftMigration = 1000;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -522,7 +524,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.maccharoli.UIFontComplete-iOS";
PRODUCT_NAME = UIFontComplete;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -547,7 +549,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.maccharoli.UIFontComplete-iOS";
PRODUCT_NAME = UIFontComplete;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand All @@ -567,7 +569,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.maccharoli.UIFontComplete-iOSTests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -587,7 +589,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.maccharoli.UIFontComplete-iOSTests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down

0 comments on commit f2e7997

Please sign in to comment.