Info.plist.in 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleExecutable</key>
  8. <string>GRASS</string>
  9. <key>CFBundleGetInfoString</key>
  10. <string>GRASS GIS @GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@-@GRASS_VERSION_BUILD@</string>
  11. <key>CFBundleIconFile</key>
  12. <string>app.icns</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>org.osgeo.grass@GRASS_VERSION_MAJOR@_@GRASS_VERSION_MINOR@</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.0</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>GRASS GIS @GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleVersion</key>
  24. <string>@GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@-@GRASS_VERSION_BUILD@</string>
  25. <key>NSMainNibFile</key>
  26. <string>MainMenu.nib</string>
  27. <key>NSPrincipalClass</key>
  28. <string>NSApplication</string>
  29. <key>CFBundleDocumentTypes</key>
  30. <array>
  31. <dict>
  32. <key>CFBundleTypeExtensions</key>
  33. <array>
  34. <string>****</string>
  35. </array>
  36. <key>CFBundleTypeName</key>
  37. <string>FolderType</string>
  38. <key>CFBundleTypeOSTypes</key>
  39. <array>
  40. <string>fold</string>
  41. </array>
  42. <key>CFBundleTypeRole</key>
  43. <string>Editor</string>
  44. </dict>
  45. </array>
  46. </dict>
  47. </plist>