Skip to content

Commit 668fa57

Browse files
committed
Clear DEVELOPMENT_TEAM in Xcode project
Remove hardcoded Apple team ID (9PAHLTG8AD) from Demo/What's New?.xcodeproj/project.pbxproj by setting DEVELOPMENT_TEAM to an empty string in both build configurations. This avoids leaking a private team identifier and makes the project more portable across environments.
1 parent c927649 commit 668fa57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Demo/What's New?.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
CODE_SIGN_STYLE = Automatic;
316316
CURRENT_PROJECT_VERSION = 17;
317317
DEVELOPMENT_ASSET_PATHS = "\"What's New?/Preview Content\"";
318-
DEVELOPMENT_TEAM = 9PAHLTG8AD;
318+
DEVELOPMENT_TEAM = "";
319319
ENABLE_HARDENED_RUNTIME = YES;
320320
ENABLE_PREVIEWS = YES;
321321
GENERATE_INFOPLIST_FILE = YES;
@@ -352,7 +352,7 @@
352352
CODE_SIGN_STYLE = Automatic;
353353
CURRENT_PROJECT_VERSION = 17;
354354
DEVELOPMENT_ASSET_PATHS = "\"What's New?/Preview Content\"";
355-
DEVELOPMENT_TEAM = 9PAHLTG8AD;
355+
DEVELOPMENT_TEAM = "";
356356
ENABLE_HARDENED_RUNTIME = YES;
357357
ENABLE_PREVIEWS = YES;
358358
GENERATE_INFOPLIST_FILE = YES;

0 commit comments

Comments
 (0)