Skip to content

Commit

Permalink
auto signing 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
iOS-Ruel committed Aug 27, 2024
1 parent 94af341 commit d2f81fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CamPlace/CamPlace.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,8 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Manual;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -658,7 +659,8 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Manual;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = YES;
Expand Down

0 comments on commit d2f81fb

Please sign in to comment.