diff options
author | James Cook <james@lindenlab.com> | 2007-01-02 08:33:20 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2007-01-02 08:33:20 +0000 |
commit | 420b91db29485df39fd6e724e782c449158811cb (patch) | |
tree | b471a94563af914d3ed3edd3e856d21cb1b69945 /indra/newview/Info-SecondLife.plist |
Print done when done.
Diffstat (limited to 'indra/newview/Info-SecondLife.plist')
-rw-r--r-- | indra/newview/Info-SecondLife.plist | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/indra/newview/Info-SecondLife.plist b/indra/newview/Info-SecondLife.plist new file mode 100644 index 0000000000..c2ec0313af --- /dev/null +++ b/indra/newview/Info-SecondLife.plist @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//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>Second Life</string> + <key>CFBundleIconFile</key> + <string>secondlife.icns</string> + <key>CFBundleIdentifier</key> + <string>com.secondlife.indra.viewer</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>Second Life</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> + </array> + <key>LSIsAppleDefaultForScheme</key> + <true/> + </dict> + </array> + <key>CFBundleVersion</key> + <string>1.13.1.6</string> + <key>CSResourcesFileMapped</key> + <true/> +</dict> +</plist> |