Skip to content

Commit

Permalink
Update Target to Swift 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentngo committed Jan 15, 2017
1 parent e79f2fa commit 71d8a43
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -334,6 +334,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -377,6 +378,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down

0 comments on commit 71d8a43

Please sign in to comment.