summaryrefslogtreecommitdiff
path: root/indra/mac_updater/MacUpdater-Info.plist
diff options
context:
space:
mode:
authorWilliam Todd Stinson <stinson@lindenlab.com>2012-12-17 13:31:47 -0800
committerWilliam Todd Stinson <stinson@lindenlab.com>2012-12-17 13:31:47 -0800
commit2e015caf26fcba6ef44000588b5bad89118b63a9 (patch)
treefb09d0e5d110175ebe14abd5b1e2bf2e4710bdb2 /indra/mac_updater/MacUpdater-Info.plist
parent6710b60b104a119b91ffc468424f8c8fe25ef2da (diff)
parent36222cfa8c6960372acf10938a16fefe2a210259 (diff)
Pull and merge from https://bitbucket.org/lindenlab/viewer-development.
Diffstat (limited to 'indra/mac_updater/MacUpdater-Info.plist')
-rw-r--r--indra/mac_updater/MacUpdater-Info.plist30
1 files changed, 30 insertions, 0 deletions
diff --git a/indra/mac_updater/MacUpdater-Info.plist b/indra/mac_updater/MacUpdater-Info.plist
new file mode 100644
index 0000000000..92137095ff
--- /dev/null
+++ b/indra/mac_updater/MacUpdater-Info.plist
@@ -0,0 +1,30 @@
+<?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>en</string>
+ <key>CFBundleExecutable</key>
+ <string>mac-updater</string>
+ <key>CFBundleGetInfoString</key>
+ <string></string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.secondlife.indra.autoupdater</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string></string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0.0</string>
+ <key>NSMainNibFile</key>
+ <string>AutoUpdater</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>