Kaynağa Gözat

Explicitly set Prov Style to Automatic for tvOS

This also removes the hardcoded development team id ;)
Giovanni Lodi 9 yıl önce
ebeveyn
işleme
7be31bcf80
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5 1
      Reachability.xcodeproj/project.pbxproj

+ 5 - 1
Reachability.xcodeproj/project.pbxproj

@@ -430,8 +430,8 @@
 					};
 					57A45A291C197F4800384AE4 = {
 						CreatedOnToolsVersion = 7.1.1;
-						DevelopmentTeam = 9APVGUJV73;
 						DevelopmentTeamName = "Joylord Systems Ltd";
+						ProvisioningStyle = Automatic;
 					};
 					AA7344711BE7678B008AFE69 = {
 						CreatedOnToolsVersion = 7.1;
@@ -752,7 +752,9 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				APPLICATION_EXTENSION_API_ONLY = YES;
+				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
 				DEFINES_MODULE = YES;
+				DEVELOPMENT_TEAM = "";
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -772,7 +774,9 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				APPLICATION_EXTENSION_API_ONLY = YES;
+				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
 				DEFINES_MODULE = YES;
+				DEVELOPMENT_TEAM = "";
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";