Skip to content

Commit ed4ec57

Browse files
committed
[NO-TICKET] Add iOS fastlane support - cleanup
1 parent d7ef11a commit ed4ec57

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

frontend/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
504EC3031FED79650016851F = {
129129
CreatedOnToolsVersion = 9.2;
130130
LastSwiftMigration = 1100;
131-
ProvisioningStyle = Manual;
131+
ProvisioningStyle = Automatic;
132132
};
133133
};
134134
};
@@ -347,9 +347,10 @@
347347
baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */;
348348
buildSettings = {
349349
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
350-
CODE_SIGN_STYLE = Manual;
350+
CODE_SIGN_IDENTITY = "Apple Development";
351+
CODE_SIGN_STYLE = Automatic;
351352
CURRENT_PROJECT_VERSION = 1;
352-
DEVELOPMENT_TEAM = "";
353+
DEVELOPMENT_TEAM = 287TS9B2H2;
353354
INFOPLIST_FILE = App/Info.plist;
354355
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
355356
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -369,9 +370,10 @@
369370
baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */;
370371
buildSettings = {
371372
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
372-
CODE_SIGN_STYLE = Manual;
373+
CODE_SIGN_IDENTITY = "Apple Development";
374+
CODE_SIGN_STYLE = Automatic;
373375
CURRENT_PROJECT_VERSION = 1;
374-
DEVELOPMENT_TEAM = "";
376+
DEVELOPMENT_TEAM = 287TS9B2H2;
375377
INFOPLIST_FILE = App/Info.plist;
376378
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
377379
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

0 commit comments

Comments
 (0)