Polycode-Info.plist 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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>CFBundleDevelopmentRegion</key>
  6. <string>English</string>
  7. <key>CFBundleDocumentTypes</key>
  8. <array>
  9. <dict>
  10. <key>CFBundleTypeExtensions</key>
  11. <array>
  12. <string>polyproject</string>
  13. </array>
  14. <key>CFBundleTypeIconFile</key>
  15. <string>polycode_project</string>
  16. <key>CFBundleTypeName</key>
  17. <string>Polycode Project</string>
  18. <key>CFBundleTypeRole</key>
  19. <string>Editor</string>
  20. </dict>
  21. </array>
  22. <key>CFBundleExecutable</key>
  23. <string>${EXECUTABLE_NAME}</string>
  24. <key>CFBundleIconFile</key>
  25. <string>main_icon</string>
  26. <key>CFBundleIdentifier</key>
  27. <string>org.polycode.${PRODUCT_NAME:rfc1034identifier}</string>
  28. <key>CFBundleInfoDictionaryVersion</key>
  29. <string>6.0</string>
  30. <key>CFBundleName</key>
  31. <string>${PRODUCT_NAME}</string>
  32. <key>CFBundlePackageType</key>
  33. <string>APPL</string>
  34. <key>CFBundleShortVersionString</key>
  35. <string>0.8.4a_dev</string>
  36. <key>CFBundleSignature</key>
  37. <string>????</string>
  38. <key>CFBundleVersion</key>
  39. <string>1</string>
  40. <key>LSMinimumSystemVersion</key>
  41. <string>${MACOSX_DEPLOYMENT_TARGET}</string>
  42. <key>NSHighResolutionCapable</key>
  43. <true/>
  44. <key>NSMainNibFile</key>
  45. <string>MainMenu</string>
  46. <key>NSPrincipalClass</key>
  47. <string>NSApplication</string>
  48. </dict>
  49. </plist>