Info-CoolVLViewer.plist.in 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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>CFBundleExecutable</key>
  8. <string>Cool VL Viewer</string>
  9. <key>CFBundleGetInfoString</key>
  10. <string>Cool VL Viewer</string>
  11. <key>CFBundleIconFile</key>
  12. <string>cool_vl_viewer.icns</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>com.secondlife.coolvlviewer</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.0</string>
  17. <key>CFBundleName</key>
  18. <string>Cool VL Viewer</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleURLTypes</key>
  24. <array>
  25. <dict>
  26. <key>CFBundleURLName</key>
  27. <string>Second Life URL</string>
  28. <key>CFBundleURLSchemes</key>
  29. <array>
  30. <string>secondlife</string>
  31. <string>hop</string>
  32. <string>x-grid-info</string>
  33. <string>x-grid-location-info</string>
  34. </array>
  35. <key>LSIsAppleDefaultForScheme</key>
  36. <true/>
  37. </dict>
  38. </array>
  39. <key>CFBundleVersion</key>
  40. <string>viewer_version_major.viewer_version_minor.viewer_version_branch.viewer_version_release</string>
  41. <key>CFBundleDisplayName</key>
  42. <string></string>
  43. <key>CSResourcesFileMapped</key>
  44. <true/>
  45. <key>NSPrincipalClass</key>
  46. <string>NSApplication</string>
  47. <key>NSMainNibFile</key>
  48. <string>CoolVLViewer.nib</string>
  49. <key>NSMicrophoneUsageDescription</key>
  50. <string>SLVoice (via the Cool VL Viewer) would like to use your microphone</string>
  51. </dict>
  52. </plist>