Browse Source

set xcode project to allow App Extension API only

K.K. POON 10 years ago
parent
commit
349e2bb9d1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CryptoSwift.xcodeproj/project.pbxproj

+ 2 - 0
CryptoSwift.xcodeproj/project.pbxproj

@@ -625,6 +625,7 @@
 		754BE46C19693E190098E6F3 /* Debug */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+				APPLICATION_EXTENSION_API_ONLY = YES;
 				CLANG_ENABLE_MODULES = YES;
 				DEFINES_MODULE = YES;
 				DYLIB_COMPATIBILITY_VERSION = 1;
@@ -649,6 +650,7 @@
 		754BE46D19693E190098E6F3 /* Release */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+				APPLICATION_EXTENSION_API_ONLY = YES;
 				CLANG_ENABLE_MODULES = YES;
 				DEFINES_MODULE = YES;
 				DYLIB_COMPATIBILITY_VERSION = 1;