Skip to content

Commit

Permalink
Specify project-level Swift version
Browse files Browse the repository at this point in the history
Set on framework target, but isn’t sufficient for CocoaPods lint.
  • Loading branch information
wtmoose committed Sep 21, 2016
1 parent 44ebdf6 commit 7eee7b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SwiftMessages.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand Down Expand Up @@ -421,6 +422,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 2.3;
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand Down

0 comments on commit 7eee7b5

Please sign in to comment.