Skip to content

Commit 0bb1303

Browse files
committed
Let Xcode automatically manage signing
1 parent 90c53c6 commit 0bb1303

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

ManualLayout.xcodeproj/project.pbxproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,15 @@
370370
5FB4CBE81A9BBE7500C2FB4F = {
371371
CreatedOnToolsVersion = 6.1.1;
372372
LastSwiftMigration = 0800;
373+
ProvisioningStyle = Automatic;
373374
};
374375
5FB4CBF31A9BBE7500C2FB4F = {
375376
CreatedOnToolsVersion = 6.1.1;
376377
LastSwiftMigration = 0800;
377378
};
379+
FE4500601BF12E5F0005E270 = {
380+
ProvisioningStyle = Automatic;
381+
};
378382
};
379383
};
380384
buildConfigurationList = 5FB4CBE31A9BBE7500C2FB4F /* Build configuration list for PBXProject "ManualLayout" */;
@@ -697,7 +701,7 @@
697701
isa = XCBuildConfiguration;
698702
buildSettings = {
699703
CLANG_ENABLE_MODULES = YES;
700-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
704+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
701705
DEFINES_MODULE = YES;
702706
DYLIB_COMPATIBILITY_VERSION = 1;
703707
DYLIB_CURRENT_VERSION = 1;
@@ -718,7 +722,7 @@
718722
isa = XCBuildConfiguration;
719723
buildSettings = {
720724
CLANG_ENABLE_MODULES = YES;
721-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
725+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
722726
DEFINES_MODULE = YES;
723727
DYLIB_COMPATIBILITY_VERSION = 1;
724728
DYLIB_CURRENT_VERSION = 1;
@@ -773,7 +777,7 @@
773777
buildSettings = {
774778
BITCODE_GENERATION_MODE = bitcode;
775779
CLANG_ENABLE_MODULES = YES;
776-
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
780+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
777781
DEFINES_MODULE = YES;
778782
DYLIB_COMPATIBILITY_VERSION = 1;
779783
DYLIB_CURRENT_VERSION = 1;
@@ -797,7 +801,7 @@
797801
buildSettings = {
798802
BITCODE_GENERATION_MODE = bitcode;
799803
CLANG_ENABLE_MODULES = YES;
800-
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
804+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
801805
DEFINES_MODULE = YES;
802806
DYLIB_COMPATIBILITY_VERSION = 1;
803807
DYLIB_CURRENT_VERSION = 1;

0 commit comments

Comments
 (0)