Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit db65975

Browse files
committed
Remove Team from Demo
1 parent 003a145 commit db65975

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

demo/demo.xcodeproj/project.pbxproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,8 @@
196196
TargetAttributes = {
197197
6178221F1B408FE000D73034 = {
198198
CreatedOnToolsVersion = 6.3.2;
199-
DevelopmentTeam = 6CHEU74FHQ;
200199
LastSwiftMigration = 0900;
201-
ProvisioningStyle = Automatic;
200+
ProvisioningStyle = Manual;
202201
};
203202
617822381B408FE000D73034 = {
204203
CreatedOnToolsVersion = 6.3.2;
@@ -461,8 +460,8 @@
461460
CLANG_ENABLE_MODULES = YES;
462461
CODE_SIGN_IDENTITY = "iPhone Developer";
463462
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
464-
CODE_SIGN_STYLE = Automatic;
465-
DEVELOPMENT_TEAM = 6CHEU74FHQ;
463+
CODE_SIGN_STYLE = Manual;
464+
DEVELOPMENT_TEAM = "";
466465
INFOPLIST_FILE = demo/Info.plist;
467466
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
468467
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -486,8 +485,8 @@
486485
CLANG_ENABLE_MODULES = YES;
487486
CODE_SIGN_IDENTITY = "iPhone Developer";
488487
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
489-
CODE_SIGN_STYLE = Automatic;
490-
DEVELOPMENT_TEAM = 6CHEU74FHQ;
488+
CODE_SIGN_STYLE = Manual;
489+
DEVELOPMENT_TEAM = "";
491490
INFOPLIST_FILE = demo/Info.plist;
492491
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
493492
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

0 commit comments

Comments
 (0)