Skip to content

Commit 6197f04

Browse files
websoptimizationwebsoptimization
authored andcommitted
remove ios certificate
1 parent 63073a6 commit 6197f04

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

example/ios/DashedProgress.xcodeproj/project.pbxproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@
175175
ORGANIZATIONNAME = Facebook;
176176
TargetAttributes = {
177177
13B07F861A680F5B00A75B9A = {
178-
DevelopmentTeam = CNT54AU2P9;
179-
ProvisioningStyle = Automatic;
178+
ProvisioningStyle = Manual;
180179
};
181180
};
182181
};
@@ -300,10 +299,10 @@
300299
buildSettings = {
301300
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
302301
CODE_SIGN_IDENTITY = "iPhone Developer";
303-
CODE_SIGN_STYLE = Automatic;
302+
CODE_SIGN_STYLE = Manual;
304303
CURRENT_PROJECT_VERSION = 1;
305304
DEAD_CODE_STRIPPING = NO;
306-
DEVELOPMENT_TEAM = CNT54AU2P9;
305+
DEVELOPMENT_TEAM = "";
307306
INFOPLIST_FILE = DashedProgress/Info.plist;
308307
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
309308
OTHER_LDFLAGS = (
@@ -324,9 +323,9 @@
324323
buildSettings = {
325324
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
326325
CODE_SIGN_IDENTITY = "iPhone Developer";
327-
CODE_SIGN_STYLE = Automatic;
326+
CODE_SIGN_STYLE = Manual;
328327
CURRENT_PROJECT_VERSION = 1;
329-
DEVELOPMENT_TEAM = CNT54AU2P9;
328+
DEVELOPMENT_TEAM = "";
330329
INFOPLIST_FILE = DashedProgress/Info.plist;
331330
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
332331
OTHER_LDFLAGS = (

0 commit comments

Comments
 (0)