Skip to content

Commit

Permalink
fix(mobile): fix CODE_SIGN_STYLE
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangdev97 committed Oct 17, 2024
1 parent c8b7a6a commit e7347d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = App/Info.plist;
Expand Down Expand Up @@ -369,7 +369,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = App/Info.plist;
Expand Down

0 comments on commit e7347d9

Please sign in to comment.