12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleExecutable</key>
- <string>Cool VL Viewer</string>
- <key>CFBundleGetInfoString</key>
- <string>Cool VL Viewer</string>
- <key>CFBundleIconFile</key>
- <string>cool_vl_viewer.icns</string>
- <key>CFBundleIdentifier</key>
- <string>com.secondlife.coolvlviewer</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>Cool VL Viewer</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleURLName</key>
- <string>Second Life URL</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>secondlife</string>
- <string>hop</string>
- <string>x-grid-info</string>
- <string>x-grid-location-info</string>
- </array>
- <key>LSIsAppleDefaultForScheme</key>
- <true/>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>viewer_version_major.viewer_version_minor.viewer_version_branch.viewer_version_release</string>
- <key>CFBundleDisplayName</key>
- <string></string>
- <key>CSResourcesFileMapped</key>
- <true/>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
- <key>NSMainNibFile</key>
- <string>CoolVLViewer.nib</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>SLVoice (via the Cool VL Viewer) would like to use your microphone</string>
- </dict>
- </plist>
|