Quellcode durchsuchen

Merge pull request #126 from kkpoon/app-ext-api

set xcode project to allow App Extension API only
Marcin Krzyzanowski vor 10 Jahren
Ursprung
Commit
b0b9c8e363
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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;