You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Info.plist 1.4KB

7 years ago
7 years ago
12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
  6. <key>CFBundleDevelopmentRegion</key><string>English</string>
  7. <key>CFBundleName</key><string>VCV Rack 2 Free</string>
  8. <key>CFBundleDisplayName</key><string>VCV Rack 2 Free</string>
  9. <key>CFBundleIdentifier</key><string>com.vcvrack.rack</string>
  10. <key>CFBundleVersion</key><string>{VERSION}</string>
  11. <key>CFBundlePackageType</key><string>APPL</string>
  12. <key>CFBundleSignature</key><string>RACK</string>
  13. <key>CFBundleExecutable</key><string>Rack</string>
  14. <key>CFBundleIconFile</key><string>icon</string>
  15. <key>CFBundleShortVersionString</key><string>{VERSION}</string>
  16. <key>NSHumanReadableCopyright</key><string>Copyright © VCV</string>
  17. <key>NSPrincipalClass</key><string>NSApplication</string>
  18. <key>NSHighResolutionCapable</key><true/>
  19. <key>NSMicrophoneUsageDescription</key><string>This is required for using line input from audio interfaces.</string>
  20. <key>CFBundleDocumentTypes</key>
  21. <array>
  22. <dict>
  23. <key>CFBundleTypeExtensions</key>
  24. <array>
  25. <string>vcv</string>
  26. </array>
  27. <key>CFBundleTypeIconFile</key><string>icon.icns</string>
  28. <key>CFBundleTypeName</key><string>VCV Rack Patch</string>
  29. <key>CFBundleTypeRole</key><string>Editor</string>
  30. </dict>
  31. </array>
  32. </dict>
  33. </plist>