Skip to content

Commit 5ecd058

Browse files
Add conditional include of local private xcconfig file
1 parent 3c541f8 commit 5ecd058

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Config/AppConfig.xcconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818

1919
PRODUCT_BUNDLE_IDENTIFIER = net.tapas-software.${PRODUCT_NAME:rfc1034identifier}
2020

21+
// Allows private app config info to be set and overridden for local dev builds
22+
#include? "/Users/Shared/git/xcconfig-private/CodeSigning.xcconfig"
2123

22-
// 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
2325
#include? "PrivateAppConfig.xcconfig"
2426

0 commit comments

Comments
 (0)