Skip to content

Commit 18f750c

Browse files
committed
Remove DEVELOPMENT_TEAM from project settings
Replace the hardcoded DEVELOPMENT_TEAM (9PAHLTG8AD) with an empty string in Demo/Demo.xcodeproj/project.pbxproj for the affected configurations to avoid committing a personal/team ID. The workspace user state file Demo/.../UserInterfaceState.xcuserstate was also changed (user-specific binary); consider ignoring this file in version control if it wasn't intended to be committed.
1 parent a8d01d7 commit 18f750c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Demo/Demo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
CODE_SIGN_STYLE = Automatic;
412412
CURRENT_PROJECT_VERSION = 1;
413413
DEVELOPMENT_ASSET_PATHS = "\"Demo/Preview Content\"";
414-
DEVELOPMENT_TEAM = 9PAHLTG8AD;
414+
DEVELOPMENT_TEAM = "";
415415
ENABLE_PREVIEWS = YES;
416416
GENERATE_INFOPLIST_FILE = YES;
417417
INFOPLIST_KEY_CFBundleDisplayName = Splash;
@@ -447,7 +447,7 @@
447447
CODE_SIGN_STYLE = Automatic;
448448
CURRENT_PROJECT_VERSION = 1;
449449
DEVELOPMENT_ASSET_PATHS = "\"Demo/Preview Content\"";
450-
DEVELOPMENT_TEAM = 9PAHLTG8AD;
450+
DEVELOPMENT_TEAM = "";
451451
ENABLE_PREVIEWS = YES;
452452
GENERATE_INFOPLIST_FILE = YES;
453453
INFOPLIST_KEY_CFBundleDisplayName = Splash;
Binary file not shown.

0 commit comments

Comments
 (0)