Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
Convert targets to Swift 4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankrausch committed Sep 3, 2018
1 parent 24a3ce3 commit a81ca2f
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions WikipediaKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -501,11 +501,12 @@
TargetAttributes = {
274EFCDC1EB899E90047428B = {
CreatedOnToolsVersion = 8.3.2;
LastSwiftMigration = 1000;
ProvisioningStyle = Automatic;
};
27E365071E81757500F39F78 = {
CreatedOnToolsVersion = 8.2.1;
LastSwiftMigration = 0910;
LastSwiftMigration = 1000;
ProvisioningStyle = Manual;
};
27E365461E81AC6A00F39F78 = {
Expand Down Expand Up @@ -754,7 +755,8 @@
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = net.raureif.WikipediaKitTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand All @@ -768,7 +770,8 @@
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = net.raureif.WikipediaKitTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down Expand Up @@ -900,7 +903,8 @@
PRODUCT_BUNDLE_IDENTIFIER = net.raureif.WikipediaKit;
PRODUCT_NAME = WikipediaKit;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand All @@ -922,7 +926,8 @@
PRODUCT_BUNDLE_IDENTIFIER = net.raureif.WikipediaKit;
PRODUCT_NAME = WikipediaKit;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down

0 comments on commit a81ca2f

Please sign in to comment.