We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c512a7d commit 0298448Copy full SHA for 0298448
generator/juce-templates.ts
@@ -82,6 +82,7 @@ juce_add_plugin(${config.namePascal}
82
# ICON_BIG ... # ICON_* arguments specify a path to an image file to use as an icon for the Standalone
83
# ICON_SMALL ...
84
COMPANY_NAME "${config.author}"
85
+ BUNDLE_ID "com.${config.author.replace(/\s+/g, "").toLowerCase()}.${config.namePascal.toLowerCase()}"
86
# IS_SYNTH TRUE/FALSE # Is this a synth or an effect?
87
# NEEDS_MIDI_INPUT TRUE/FALSE # Does the plugin need midi input?
88
# NEEDS_MIDI_OUTPUT TRUE/FALSE # Does the plugin need midi output?
0 commit comments