aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/base.xcconfig
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/base.xcconfig')
-rw-r--r--system_cmds/base.xcconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/system_cmds/base.xcconfig b/system_cmds/base.xcconfig
new file mode 100644
index 0000000..5cd52d0
--- /dev/null
+++ b/system_cmds/base.xcconfig
@@ -0,0 +1,9 @@
+CODE_SIGN_IDENTITY = -;
+CURRENT_PROJECT_VERSION = $(RC_ProjectSourceVersion);
+DEAD_CODE_STRIPPING = YES;
+DEBUG_INFORMATION_FORMAT = dwarf-with-dsym;
+PREBINDING = NO;
+// Current macOS
+SDKROOT = macosx.internal;
+VERSION_INFO_PREFIX = __attribute__((visibility("hidden"))) __
+VERSIONING_SYSTEM = apple-generic;