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.5KB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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>
  6. <string>6.0</string>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>English</string>
  9. <key>CFBundleName</key>
  10. <string>Rack</string>
  11. <key>CFBundleDisplayName</key>
  12. <string>Rack</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>com.vcvrack.rack</string>
  15. <key>CFBundleVersion</key>
  16. <string>{VERSION}</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleSignature</key>
  20. <string>RACK</string>
  21. <key>CFBundleExecutable</key>
  22. <string>Rack</string>
  23. <key>CFBundleIconFile</key>
  24. <string>icon</string>
  25. <key>CFBundleShortVersionString</key>
  26. <string>{VERSION}</string>
  27. <key>NSHumanReadableCopyright</key>
  28. <string>Copyright © VCV</string>
  29. <key>NSPrincipalClass</key>
  30. <string>NSApplication</string>
  31. <key>NSHighResolutionCapable</key>
  32. <string>YES</string>
  33. <key>NSMicrophoneUsageDescription</key>
  34. <string>This is required for using line input from audio interfaces.</string>
  35. <key>CFBundleDocumentTypes</key>
  36. <array>
  37. <dict>
  38. <key>CFBundleTypeExtensions</key>
  39. <array>
  40. <string>vcv</string>
  41. </array>
  42. <key>CFBundleTypeIconFile</key>
  43. <string>icon.icns</string>
  44. <key>CFBundleTypeName</key>
  45. <string>VCV Rack Patch</string>
  46. <key>CFBundleTypeOSTypes</key>
  47. <array>
  48. <string>RACK</string>
  49. </array>
  50. <key>CFBundleTypeRole</key>
  51. <string>Editor</string>
  52. </dict>
  53. </array>
  54. </dict>
  55. </plist>