Browse Source

Add "Free" to Mac bundle display name.

tags/v2.0.0
Andrew Belt 2 years ago
parent
commit
cdb0e8c8e3
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Component.plist
  2. +2
    -2
      Info.plist

+ 1
- 1
Component.plist View File

@@ -7,7 +7,7 @@
<key>BundleIsVersionChecked</key><false/> <key>BundleIsVersionChecked</key><false/>
<key>BundleIsRelocatable</key><false/> <key>BundleIsRelocatable</key><false/>
<key>BundleOverwriteAction</key><string>upgrade</string> <key>BundleOverwriteAction</key><string>upgrade</string>
<key>RootRelativeBundlePath</key><string>VCV Rack 2.app</string>
<key>RootRelativeBundlePath</key><string>VCV Rack 2 Free.app</string>
</dict> </dict>
</array> </array>
</plist> </plist>

+ 2
- 2
Info.plist View File

@@ -4,8 +4,8 @@
<dict> <dict>
<key>CFBundleInfoDictionaryVersion</key><string>6.0</string> <key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
<key>CFBundleDevelopmentRegion</key><string>English</string> <key>CFBundleDevelopmentRegion</key><string>English</string>
<key>CFBundleName</key><string>VCV Rack 2</string>
<key>CFBundleDisplayName</key><string>VCV Rack 2</string>
<key>CFBundleName</key><string>VCV Rack 2 Free</string>
<key>CFBundleDisplayName</key><string>VCV Rack 2 Free</string>
<key>CFBundleIdentifier</key><string>com.vcvrack.rack</string> <key>CFBundleIdentifier</key><string>com.vcvrack.rack</string>
<key>CFBundleVersion</key><string>{VERSION}</string> <key>CFBundleVersion</key><string>{VERSION}</string>
<key>CFBundlePackageType</key><string>APPL</string> <key>CFBundlePackageType</key><string>APPL</string>


Loading…
Cancel
Save