mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Potentially correct value for CFBundleExecutable
Some plugins would load, others didn't, and I think the ones with spaces didn't so this might be why.
This commit is contained in:
@@ -575,7 +575,7 @@ pub fn maybe_create_macos_bundle_metadata(
|
||||
<plist>
|
||||
<dict>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>{package}</string>
|
||||
<string>{display_name}</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string></string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
||||
Reference in New Issue
Block a user