For example, from https://github.com/newmarcel/KeepingYouAwake DEVELOPMENT_TEAM as git sees it
diff --git a/KeepingYouAwake.xcodeproj/project.pbxproj b/KeepingYouAwake.xcodeproj/project.pbxproj
index af79e37..4d53fae 100644
--- a/KeepingYouAwake.xcodeproj/project.pbxproj
+++ b/KeepingYouAwake.xcodeproj/project.pbxproj
@@ -1019,10 +1019,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = KeepingYouAwake/KeepingYouAwake.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
+ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
- DEVELOPMENT_TEAM = 5KESHV9W85;
+ DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = KeepingYouAwake/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
@@ -1041,11 +1042,12 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = KeepingYouAwake/KeepingYouAwake.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
+ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Automatic;
There is very little utility to distributing the source code of this particular app to millions via GitHub with this information included. Is there an easy way to exclude such information? For the why would you do this ppl, it prevents just building the app after clone, you gotta muck around in Xcode unless you are blessed to be 5KESHV9W85 for instance.
Looked around on the internet, asked ppl, etc but no bueno.
user25330719 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.