PageRenderTime 35ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 1ms

/indra/newview/Info-SecondLife.plist

https://bitbucket.org/lindenlab/viewer-beta/
Unknown | 67 lines | 67 code | 0 blank | 0 comment | 0 complexity | 28a940b3f1281409a3008884589c9c30 MD5 | raw file
Possible License(s): LGPL-2.1
  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>Second Life</string>
  9. <key>CFBundleIconFile</key>
  10. <string>secondlife.icns</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>com.secondlife.indra.viewer</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>Second Life</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleSignature</key>
  20. <string>????</string>
  21. <key>CFBundleDocumentTypes</key>
  22. <array>
  23. <dict>
  24. <key>CFBundleTypeExtensions</key>
  25. <array>
  26. <string>slurl</string>
  27. </array>
  28. <key>CFBundleTypeIconFile</key>
  29. <string>seconlife</string>
  30. <key>CFBundleTypeMIMETypes</key>
  31. <array>
  32. <string>application/x-grid-location-info</string>
  33. </array>
  34. <key>CFBundleTypeName</key>
  35. <string>Secondlife SLURL</string>
  36. <key>CFBundleTypeOSTypes</key>
  37. <array>
  38. <string>SLRL</string>
  39. </array>
  40. <key>CFBundleTypeRole</key>
  41. <string>Viewer</string>
  42. <key>LSTypeIsPackage</key>
  43. <true/>
  44. <key>NSDocumentClass</key>
  45. <string>SecondLifeSLURL</string>
  46. </dict>
  47. </array>
  48. <key>CFBundleURLTypes</key>
  49. <array>
  50. <dict>
  51. <key>CFBundleURLName</key>
  52. <string>Second Life URL</string>
  53. <key>CFBundleURLSchemes</key>
  54. <array>
  55. <string>secondlife</string>
  56. <string>x-grid-location-info</string>
  57. </array>
  58. <key>LSIsAppleDefaultForScheme</key>
  59. <true/>
  60. </dict>
  61. </array>
  62. <key>CFBundleVersion</key>
  63. <string>2.1.0.13828</string>
  64. <key>CSResourcesFileMapped</key>
  65. <true/>
  66. </dict>
  67. </plist>