launcher.plist 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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>dmo</string>
  13. </array>
  14. <key>CFBundleTypeIconFile</key>
  15. <string>map.icns</string>
  16. <key>CFBundleTypeName</key>
  17. <string>AssaultCube demo</string>
  18. <key>CFBundleTypeRole</key>
  19. <string>Viewer</string>
  20. <key>LSTypeIsPackage</key>
  21. <false/>
  22. <key>NSPersistentStoreTypeKey</key>
  23. <string>Binary</string>
  24. </dict>
  25. <dict>
  26. <key>CFBundleTypeExtensions</key>
  27. <array>
  28. <string>cgz</string>
  29. </array>
  30. <key>CFBundleTypeIconFile</key>
  31. <string>map.icns</string>
  32. <key>CFBundleTypeName</key>
  33. <string>AssaultCube map</string>
  34. <key>CFBundleTypeRole</key>
  35. <string>Editor</string>
  36. <key>LSTypeIsPackage</key>
  37. <false/>
  38. <key>NSPersistentStoreTypeKey</key>
  39. <string>Binary</string>
  40. </dict>
  41. </array>
  42. <key>CFBundleExecutable</key>
  43. <string>launcher</string>
  44. <key>CFBundleIconFile</key>
  45. <string>assaultcube</string>
  46. <key>CFBundleIdentifier</key>
  47. <string>assaultcube</string>
  48. <key>CFBundleInfoDictionaryVersion</key>
  49. <string>6.0</string>
  50. <key>CFBundlePackageType</key>
  51. <string>APPL</string>
  52. <key>CFBundleSignature</key>
  53. <string>????</string>
  54. <key>CFBundleURLTypes</key>
  55. <array>
  56. <dict>
  57. <key>CFBundleTypeRole</key>
  58. <string>Editor</string>
  59. <key>CFBundleURLName</key>
  60. <string>AssaultCubeServer</string>
  61. <key>CFBundleURLSchemes</key>
  62. <array>
  63. <string>assaultcube</string>
  64. </array>
  65. </dict>
  66. </array>
  67. <key>CFBundleVersion</key>
  68. <string>1.3.x.x</string>
  69. <key>NSMainNibFile</key>
  70. <string>MainMenu</string>
  71. <key>NSPrincipalClass</key>
  72. <string>NSApplication</string>
  73. </dict>
  74. </plist>