Skip to content

Commit

Permalink
Add conditional include of local private xcconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
dempseyatgithub committed Jun 10, 2023
1 parent 3c541f8 commit 5ecd058
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Config/AppConfig.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@

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

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

// Allows private app config information to be set and overridden for production builds
// Allows private app config information to be set and overridden for CI builds
#include? "PrivateAppConfig.xcconfig"

0 comments on commit 5ecd058

Please sign in to comment.