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

Commit

Permalink
Updated to Swift 5
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Aug 9, 2019
1 parent f7c1c4e commit cd1eea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GCDWebServer.xcodeproj/project.pbxproj
Expand Up @@ -1176,7 +1176,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "net.pol-online.GCDWebServers";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
WARNING_CFLAGS = (
"-Wall",
"-Weverything",
Expand Down Expand Up @@ -1215,7 +1215,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "net.pol-online.GCDWebServers";
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
WARNING_CFLAGS = "-Wall";
};
name = Release;
Expand Down

0 comments on commit cd1eea5

Please sign in to comment.