aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/Info-SecondLife.plist
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/Info-SecondLife.plist')
-rw-r--r--linden/indra/newview/Info-SecondLife.plist39
1 files changed, 39 insertions, 0 deletions
diff --git a/linden/indra/newview/Info-SecondLife.plist b/linden/indra/newview/Info-SecondLife.plist
new file mode 100644
index 0000000..8e8771d
--- /dev/null
+++ b/linden/indra/newview/Info-SecondLife.plist
@@ -0,0 +1,39 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleURLTypes</key>
22 <array>
23 <dict>
24 <key>CFBundleURLName</key>
25 <string>Second Life URL</string>
26 <key>CFBundleURLSchemes</key>
27 <array>
28 <string>secondlife</string>
29 </array>
30 <key>LSIsAppleDefaultForScheme</key>
31 <true/>
32 </dict>
33 </array>
34 <key>CFBundleVersion</key>
35 <string>1.13.2.12</string>
36 <key>CSResourcesFileMapped</key>
37 <true/>
38</dict>
39</plist>