Skip to content

Commit

Permalink
ios: remove stale dev team id from project file
Browse files Browse the repository at this point in the history
  • Loading branch information
amodm committed Apr 20, 2024
1 parent 483e473 commit 1a21e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-ios-app/test-ios-app.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"test-ios-app/Preview Content\"";
DEVELOPMENT_TEAM = X66SW5KC6C;
DEVELOPMENT_TEAM = "";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
Expand Down Expand Up @@ -448,7 +448,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"test-ios-app/Preview Content\"";
DEVELOPMENT_TEAM = X66SW5KC6C;
DEVELOPMENT_TEAM = "";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
Expand Down

0 comments on commit 1a21e23

Please sign in to comment.