Info.plist
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:2k
源码类别:

OpenGL

开发平台:

Visual C++

  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>celx</string>
  13. <string>cel</string>
  14. </array>
  15. <key>CFBundleTypeName</key>
  16. <string>Celestia Script</string>
  17. <key>CFBundleTypeRole</key>
  18. <string>Viewer</string>
  19. <key>LSTypeIsPackage</key>
  20. <false/>
  21. </dict>
  22. </array>
  23. <key>CFBundleExecutable</key>
  24. <string>Celestia</string>
  25. <key>CFBundleHelpBookFolder</key>
  26. <string>Celestia Help</string>
  27. <key>CFBundleHelpBookName</key>
  28. <string>Celestia Help</string>
  29. <key>CFBundleIconFile</key>
  30. <string>celestia</string>
  31. <key>CFBundleIdentifier</key>
  32. <string>net.shatters.Celestia</string>
  33. <key>CFBundleInfoDictionaryVersion</key>
  34. <string>6.0</string>
  35. <key>CFBundlePackageType</key>
  36. <string>APPL</string>
  37. <key>CFBundleShortVersionString</key>
  38. <string>1.6.0</string>
  39. <key>CFBundleSignature</key>
  40. <string>????</string>
  41. <key>CFBundleURLTypes</key>
  42. <array>
  43. <dict>
  44. <key>CFBundleTypeRole</key>
  45. <string>Viewer</string>
  46. <key>CFBundleURLName</key>
  47. <string>net.shatters.Celestia.celurl</string>
  48. <key>CFBundleURLSchemes</key>
  49. <array>
  50. <string>cel</string>
  51. </array>
  52. </dict>
  53. </array>
  54. <key>CFBundleVersion</key>
  55. <string>Prerelease</string>
  56. <key>NSMainNibFile</key>
  57. <string>MainMenu</string>
  58. <key>NSPrincipalClass</key>
  59. <string>CelestiaApplication</string>
  60. </dict>
  61. </plist>