Просмотр исходного кода

iOS deployment target is 11.0 (Xcode 14)

Marcin Krzyzanowski 2 лет назад
Родитель
Сommit
67c0506fcd
3 измененных файлов с 3 добавлено и 11 удалено
  1. 0 9
      CryptoSwift.xcodeproj/project.pbxproj
  2. 1 0
      config/CryptoSwift-Shared.xcconfig
  3. 2 2
      config/Project-Shared.xcconfig

+ 0 - 9
CryptoSwift.xcodeproj/project.pbxproj

@@ -1201,7 +1201,6 @@
 			isa = XCBuildConfiguration;
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 75211FB020724A10004E41F8 /* Project-Debug.xcconfig */;
 			baseConfigurationReference = 75211FB020724A10004E41F8 /* Project-Debug.xcconfig */;
 			buildSettings = {
 			buildSettings = {
-				DEAD_CODE_STRIPPING = YES;
 			};
 			};
 			name = Debug;
 			name = Debug;
 		};
 		};
@@ -1209,7 +1208,6 @@
 			isa = XCBuildConfiguration;
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 75211FAA20724A0F004E41F8 /* Project-Release.xcconfig */;
 			baseConfigurationReference = 75211FAA20724A0F004E41F8 /* Project-Release.xcconfig */;
 			buildSettings = {
 			buildSettings = {
-				DEAD_CODE_STRIPPING = YES;
 			};
 			};
 			name = Release;
 			name = Release;
 		};
 		};
@@ -1217,7 +1215,6 @@
 			isa = XCBuildConfiguration;
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 75211FAF20724A10004E41F8 /* CryptoSwift-Debug.xcconfig */;
 			baseConfigurationReference = 75211FAF20724A10004E41F8 /* CryptoSwift-Debug.xcconfig */;
 			buildSettings = {
 			buildSettings = {
-				DEAD_CODE_STRIPPING = YES;
 			};
 			};
 			name = Debug;
 			name = Debug;
 		};
 		};
@@ -1225,21 +1222,18 @@
 			isa = XCBuildConfiguration;
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 75211FAC20724A0F004E41F8 /* CryptoSwift-Release.xcconfig */;
 			baseConfigurationReference = 75211FAC20724A0F004E41F8 /* CryptoSwift-Release.xcconfig */;
 			buildSettings = {
 			buildSettings = {
-				DEAD_CODE_STRIPPING = YES;
 			};
 			};
 			name = Release;
 			name = Release;
 		};
 		};
 		754BE46F19693E190098E6F3 /* Debug */ = {
 		754BE46F19693E190098E6F3 /* Debug */ = {
 			isa = XCBuildConfiguration;
 			isa = XCBuildConfiguration;
 			buildSettings = {
 			buildSettings = {
-				DEAD_CODE_STRIPPING = YES;
 			};
 			};
 			name = Debug;
 			name = Debug;
 		};
 		};
 		754BE47019693E190098E6F3 /* Release */ = {
 		754BE47019693E190098E6F3 /* Release */ = {
 			isa = XCBuildConfiguration;
 			isa = XCBuildConfiguration;
 			buildSettings = {
 			buildSettings = {
-				DEAD_CODE_STRIPPING = YES;
 			};
 			};
 			name = Release;
 			name = Release;
 		};
 		};
@@ -1269,7 +1263,6 @@
 			isa = XCBuildConfiguration;
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 75211FB220724A10004E41F8 /* Project-Shared.xcconfig */;
 			baseConfigurationReference = 75211FB220724A10004E41F8 /* Project-Shared.xcconfig */;
 			buildSettings = {
 			buildSettings = {
-				DEAD_CODE_STRIPPING = YES;
 			};
 			};
 			name = Test;
 			name = Test;
 		};
 		};
@@ -1277,7 +1270,6 @@
 			isa = XCBuildConfiguration;
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 75211FB420724A10004E41F8 /* CryptoSwift-Test.xcconfig */;
 			baseConfigurationReference = 75211FB420724A10004E41F8 /* CryptoSwift-Test.xcconfig */;
 			buildSettings = {
 			buildSettings = {
-				DEAD_CODE_STRIPPING = YES;
 			};
 			};
 			name = Test;
 			name = Test;
 		};
 		};
@@ -1285,7 +1277,6 @@
 			isa = XCBuildConfiguration;
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 75211FB120724A10004E41F8 /* Tests-Test.xcconfig */;
 			baseConfigurationReference = 75211FB120724A10004E41F8 /* Tests-Test.xcconfig */;
 			buildSettings = {
 			buildSettings = {
-				DEAD_CODE_STRIPPING = YES;
 			};
 			};
 			name = Test;
 			name = Test;
 		};
 		};

+ 1 - 0
config/CryptoSwift-Shared.xcconfig

@@ -13,3 +13,4 @@ INFOPLIST_FILE = Info.plist
 PRODUCT_BUNDLE_IDENTIFIER = com.krzyzanowskim.${PRODUCT_NAME:rfc1034identifier}
 PRODUCT_BUNDLE_IDENTIFIER = com.krzyzanowskim.${PRODUCT_NAME:rfc1034identifier}
 PRODUCT_NAME = $(TARGET_NAME)
 PRODUCT_NAME = $(TARGET_NAME)
 SKIP_INSTALL = YES
 SKIP_INSTALL = YES
+DEAD_CODE_STRIPPING = YES

+ 2 - 2
config/Project-Shared.xcconfig

@@ -1,4 +1,4 @@
-MARKETING_VERSION = 1.5.1
+MARKETING_VERSION = 1.6.0
 
 
 SUPPORTED_PLATFORMS = iphonesimulator iphoneos macosx appletvos watchos appletvsimulator watchsimulator
 SUPPORTED_PLATFORMS = iphonesimulator iphoneos macosx appletvos watchos appletvsimulator watchsimulator
 
 
@@ -8,7 +8,7 @@ SWIFT_VERSION = 5.0
 TARGETED_DEVICE_FAMILY = 1,2,3,4
 TARGETED_DEVICE_FAMILY = 1,2,3,4
 
 
 TVOS_DEPLOYMENT_TARGET = 9.0
 TVOS_DEPLOYMENT_TARGET = 9.0
-IPHONEOS_DEPLOYMENT_TARGET = 9.0
+IPHONEOS_DEPLOYMENT_TARGET = 11.0
 MACOSX_DEPLOYMENT_TARGET = 10.12
 MACOSX_DEPLOYMENT_TARGET = 10.12
 WATCHOS_DEPLOYMENT_TARGET = 2.0
 WATCHOS_DEPLOYMENT_TARGET = 2.0