Skip to content

Commit

Permalink
Set swift version used to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl authored and Liquidsoul committed Aug 19, 2016
1 parent ec4b0e7 commit 9220506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OHHTTPStubs/OHHTTPStubs.xcodeproj/project.pbxproj
Expand Up @@ -1316,7 +1316,7 @@
MODULEMAP_FILE = "$(SRCROOT)/Supporting Files/module.modulemap";
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
name = Debug;
Expand Down Expand Up @@ -1353,7 +1353,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.9;
MODULEMAP_FILE = "$(SRCROOT)/Supporting Files/module.modulemap";
SDKROOT = iphoneos;
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
VALIDATE_PRODUCT = YES;
};
Expand Down

0 comments on commit 9220506

Please sign in to comment.