summaryrefslogtreecommitdiff
path: root/indra/mac_updater/MacUpdater-Info.plist
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-12-14 12:57:05 -0500
committerOz Linden <oz@lindenlab.com>2012-12-14 12:57:05 -0500
commit07dd6cf67e316797974d1e26961d0d63a4b40ef2 (patch)
treef04964498264df702bb7d63343ecb3ea3015e05b /indra/mac_updater/MacUpdater-Info.plist
parent83299b56c4a9922a2dfa141f2ff45f3d52883c07 (diff)
parentd3293be2fe5b2bb04310ad1efc3801f724589654 (diff)
merge changes for DRTVWR-224
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>