Jelajahi Sumber

set xcode project to allow App Extension API only

K.K. POON 10 tahun lalu
induk
melakukan
349e2bb9d1
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      CryptoSwift.xcodeproj/project.pbxproj

+ 2 - 0
CryptoSwift.xcodeproj/project.pbxproj

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