Skip to content

Commit

Permalink
Merge pull request #437 from Quick/remove-unnecessary-build-setting
Browse files Browse the repository at this point in the history
Remove unnecessary `OTHER_SWIFT_FLAGS` build setting (`-swift-version` flag)
  • Loading branch information
ikesyo authored Jun 15, 2017
2 parents 39b6700 + 65384ac commit c87ebb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Nimble.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,6 @@
MACOSX_DEPLOYMENT_TARGET = 10.9;
METAL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -swift-version 3";
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
Expand Down Expand Up @@ -1837,7 +1836,6 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.9;
METAL_ENABLE_DEBUG_INFO = NO;
OTHER_SWIFT_FLAGS = "$(inherited) -swift-version 3";
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
Expand Down

0 comments on commit c87ebb9

Please sign in to comment.