We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c541f8 commit 5ecd058Copy full SHA for 5ecd058
Config/AppConfig.xcconfig
@@ -18,7 +18,9 @@
18
19
PRODUCT_BUNDLE_IDENTIFIER = net.tapas-software.${PRODUCT_NAME:rfc1034identifier}
20
21
+// Allows private app config info to be set and overridden for local dev builds
22
+#include? "/Users/Shared/git/xcconfig-private/CodeSigning.xcconfig"
23
-// Allows private app config information to be set and overridden for production builds
24
+// Allows private app config information to be set and overridden for CI builds
25
#include? "PrivateAppConfig.xcconfig"
26
0 commit comments