Skip to content

Commit bc0d957

Browse files
author
Martin Barreto
committed
enable automatically manage signing
1 parent 42dfc56 commit bc0d957

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Example.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
28B3B8551BFA7EEC007337A2 = {
265265
CreatedOnToolsVersion = 7.1;
266266
LastSwiftMigration = 1000;
267-
ProvisioningStyle = Manual;
267+
ProvisioningStyle = Automatic;
268268
};
269269
28B3B8691BFA7EEC007337A2 = {
270270
CreatedOnToolsVersion = 7.1;
@@ -529,7 +529,8 @@
529529
isa = XCBuildConfiguration;
530530
buildSettings = {
531531
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
532-
CODE_SIGN_STYLE = Manual;
532+
CODE_SIGN_IDENTITY = "iPhone Developer";
533+
CODE_SIGN_STYLE = Automatic;
533534
DEVELOPMENT_TEAM = "";
534535
INFOPLIST_FILE = Example/Info.plist;
535536
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -546,7 +547,8 @@
546547
isa = XCBuildConfiguration;
547548
buildSettings = {
548549
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
549-
CODE_SIGN_STYLE = Manual;
550+
CODE_SIGN_IDENTITY = "iPhone Developer";
551+
CODE_SIGN_STYLE = Automatic;
550552
DEVELOPMENT_TEAM = "";
551553
INFOPLIST_FILE = Example/Info.plist;
552554
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

0 commit comments

Comments
 (0)