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 ef0a3be commit 0db74faCopy full SHA for 0db74fa
2 files changed
apps/projectGenerator
scripts/templates/osx/Project.xcconfig
@@ -12,7 +12,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.15
12
// App Settings
13
PRODUCT_NAME = $(TARGET_NAME)
14
PRODUCT_NAME[config=Debug] = $(TARGET_NAME)Debug
15
-PRODUCT_BUNDLE_IDENTIFIER = cc.openFrameworks.$(TARGET_NAME)
+PRODUCT_BUNDLE_IDENTIFIER = cc.openFrameworks.${TARGET_NAME:rfc1034identifier}
16
//PRODUCT_BUNDLE_IDENTIFIER[config=Debug] = cc.openFrameworks.$(TARGET_NAME)Debug
17
VERSION = 1.0
18
DEVELOPMENT_LANGUAGE = English
0 commit comments