Skip to content

Commit 08fba15

Browse files
authored
ios - permanent settings in App.xcconfig
1 parent b99a05c commit 08fba15

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/templates/ios/Project.xcconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ GCC_THUMB_SUPPORT = NO
2525
IPHONEOS_DEPLOYMENT_TARGET = 13.0
2626
COMPILER_INDEX_STORE_ENABLE = NO
2727

28-
PRODUCT_BUNDLE_IDENTIFIER = cc.openFrameworks.$(TARGET_NAME)
28+
PRODUCT_BUNDLE_IDENTIFIER = cc.openFrameworks.${TARGET_NAME:rfc1034identifier}
29+
30+
#include? "App.xcconfig"

0 commit comments

Comments
 (0)