Skip to content

Commit f5247a4

Browse files
committed
fix: remove hardcoded team ID from pbxproj to not break contributor builds
1 parent 7fabba7 commit f5247a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TablePro.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,7 @@
17581758
CODE_SIGN_STYLE = Automatic;
17591759
CURRENT_PROJECT_VERSION = 35;
17601760
DEAD_CODE_STRIPPING = YES;
1761-
DEVELOPMENT_TEAM = D7HJ5TFYCU;
1761+
DEVELOPMENT_TEAM = "";
17621762
ENABLE_APP_SANDBOX = NO;
17631763
ENABLE_HARDENED_RUNTIME = YES;
17641764
ENABLE_PREVIEWS = YES;
@@ -1831,7 +1831,7 @@
18311831
CURRENT_PROJECT_VERSION = 35;
18321832
DEAD_CODE_STRIPPING = YES;
18331833
DEPLOYMENT_POSTPROCESSING = YES;
1834-
DEVELOPMENT_TEAM = D7HJ5TFYCU;
1834+
DEVELOPMENT_TEAM = "";
18351835
ENABLE_APP_SANDBOX = NO;
18361836
ENABLE_HARDENED_RUNTIME = YES;
18371837
ENABLE_PREVIEWS = YES;

0 commit comments

Comments
 (0)