Skip to content

Commit 0298448

Browse files
Fix cmake template.
1 parent c512a7d commit 0298448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generator/juce-templates.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ juce_add_plugin(${config.namePascal}
8282
# ICON_BIG ... # ICON_* arguments specify a path to an image file to use as an icon for the Standalone
8383
# ICON_SMALL ...
8484
COMPANY_NAME "${config.author}"
85+
BUNDLE_ID "com.${config.author.replace(/\s+/g, "").toLowerCase()}.${config.namePascal.toLowerCase()}"
8586
# IS_SYNTH TRUE/FALSE # Is this a synth or an effect?
8687
# NEEDS_MIDI_INPUT TRUE/FALSE # Does the plugin need midi input?
8788
# NEEDS_MIDI_OUTPUT TRUE/FALSE # Does the plugin need midi output?

0 commit comments

Comments
 (0)