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
7 years ago
7 years ago
7 years ago
7 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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>CFBundleDocumentTypes</key>
  34. <array>
  35. <dict>
  36. <key>CFBundleTypeExtensions</key>
  37. <array>
  38. <string>vcv</string>
  39. </array>
  40. <key>CFBundleTypeIconFile</key>
  41. <string>icon.icns</string>
  42. <key>CFBundleTypeName</key>
  43. <string>VCV Rack Patch</string>
  44. <key>CFBundleTypeOSTypes</key>
  45. <array>
  46. <string>RACK</string>
  47. </array>
  48. <key>CFBundleTypeRole</key>
  49. <string>Editor</string>
  50. </dict>
  51. </array>
  52. </dict>
  53. </plist>