Skip to content

Commit 0db74fa

Browse files
authored
bundle identifier fix (rfc1034 to allow spaces in names) (#7597)
#changelog #projectGenerator
1 parent ef0a3be commit 0db74fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/templates/osx/Project.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.15
1212
// App Settings
1313
PRODUCT_NAME = $(TARGET_NAME)
1414
PRODUCT_NAME[config=Debug] = $(TARGET_NAME)Debug
15-
PRODUCT_BUNDLE_IDENTIFIER = cc.openFrameworks.$(TARGET_NAME)
15+
PRODUCT_BUNDLE_IDENTIFIER = cc.openFrameworks.${TARGET_NAME:rfc1034identifier}
1616
//PRODUCT_BUNDLE_IDENTIFIER[config=Debug] = cc.openFrameworks.$(TARGET_NAME)Debug
1717
VERSION = 1.0
1818
DEVELOPMENT_LANGUAGE = English

0 commit comments

Comments
 (0)