瀏覽代碼

set xcode project to allow App Extension API only

K.K. POON 10 年之前
父節點
當前提交
349e2bb9d1
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;