Skip to content

Commit b0d8c36

Browse files
committed
Enforce Swift 5 use
1 parent 091fc05 commit b0d8c36

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

JWT.xcodeproj/project.pbxproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,9 @@
407407
279D63A61AD07FFF0024E2BC = {
408408
CreatedOnToolsVersion = 6.2;
409409
};
410+
CD9B62131C7753D8005D4844 = {
411+
LastSwiftMigration = 1020;
412+
};
410413
};
411414
};
412415
buildConfigurationList = 279D63961AD07FFF0024E2BC /* Build configuration list for PBXProject "JWT" */;
@@ -684,7 +687,7 @@
684687
SDKROOT = macosx;
685688
SWIFT_INCLUDE_PATHS = "$(SRCROOT)";
686689
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
687-
SWIFT_VERSION = 4.0;
690+
SWIFT_VERSION = 5.0;
688691
VERSIONING_SYSTEM = "apple-generic";
689692
VERSION_INFO_PREFIX = "";
690693
};
@@ -737,7 +740,7 @@
737740
SDKROOT = macosx;
738741
SWIFT_INCLUDE_PATHS = "$(SRCROOT)";
739742
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
740-
SWIFT_VERSION = 4.0;
743+
SWIFT_VERSION = 5.0;
741744
VERSIONING_SYSTEM = "apple-generic";
742745
VERSION_INFO_PREFIX = "";
743746
};

0 commit comments

Comments
 (0)