Merge pull request #32 from rzhikharevich/master

Xcode 8 compatibility
This commit is contained in:
Andrew Naylor 2016-06-23 22:10:23 +01:00 committed by GitHub
commit 4338ee6184

View file

@ -479,6 +479,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.mphys.mas-cli";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "mas-cli/mas-cli-Bridging-Header.h";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
@ -498,6 +499,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "mas-cli/mas-cli-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 2.3;
};
name = Release;
};