Skip to content

Commit 3ef451e

Browse files
authored
Merge pull request #161 from iflix-letsplay/fix-provisioning-settings-for-xcode-8
Fix Code Sign settings for Xcode 8
2 parents 47f058b + 7be31bc commit 3ef451e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Reachability.xcodeproj/project.pbxproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -430,12 +430,11 @@
430430
};
431431
57A45A291C197F4800384AE4 = {
432432
CreatedOnToolsVersion = 7.1.1;
433-
DevelopmentTeam = 9APVGUJV73;
434433
DevelopmentTeamName = "Joylord Systems Ltd";
434+
ProvisioningStyle = Automatic;
435435
};
436436
AA7344711BE7678B008AFE69 = {
437437
CreatedOnToolsVersion = 7.1;
438-
DevelopmentTeam = 9APVGUJV73;
439438
DevelopmentTeamName = "Joylord Systems Ltd";
440439
LastSwiftMigration = 0800;
441440
ProvisioningStyle = Automatic;
@@ -753,7 +752,9 @@
753752
isa = XCBuildConfiguration;
754753
buildSettings = {
755754
APPLICATION_EXTENSION_API_ONLY = YES;
755+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
756756
DEFINES_MODULE = YES;
757+
DEVELOPMENT_TEAM = "";
757758
DYLIB_COMPATIBILITY_VERSION = 1;
758759
DYLIB_CURRENT_VERSION = 1;
759760
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -773,7 +774,9 @@
773774
isa = XCBuildConfiguration;
774775
buildSettings = {
775776
APPLICATION_EXTENSION_API_ONLY = YES;
777+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
776778
DEFINES_MODULE = YES;
779+
DEVELOPMENT_TEAM = "";
777780
DYLIB_COMPATIBILITY_VERSION = 1;
778781
DYLIB_CURRENT_VERSION = 1;
779782
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -892,7 +895,7 @@
892895
CLANG_ENABLE_MODULES = YES;
893896
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
894897
DEFINES_MODULE = YES;
895-
DEVELOPMENT_TEAM = 9APVGUJV73;
898+
DEVELOPMENT_TEAM = "";
896899
DYLIB_COMPATIBILITY_VERSION = 1;
897900
DYLIB_CURRENT_VERSION = 1;
898901
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -916,7 +919,7 @@
916919
CLANG_ENABLE_MODULES = YES;
917920
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
918921
DEFINES_MODULE = YES;
919-
DEVELOPMENT_TEAM = 9APVGUJV73;
922+
DEVELOPMENT_TEAM = "";
920923
DYLIB_COMPATIBILITY_VERSION = 1;
921924
DYLIB_CURRENT_VERSION = 1;
922925
DYLIB_INSTALL_NAME_BASE = "@rpath";

0 commit comments

Comments
 (0)