[tor-commits] [torbrowser/master] use a different Info.plist for stable bundles

erinn at torproject.org erinn at torproject.org
Tue May 7 23:11:42 UTC 2013


commit b328684325c3f2b301e483e2ea260441ecbdf0a5
Author: Erinn Clark <erinn at torproject.org>
Date:   Tue May 7 20:11:15 2013 -0300

    use a different Info.plist for stable bundles
---
 build-scripts/config/Info.plist-stable |   44 ++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/build-scripts/config/Info.plist-stable b/build-scripts/config/Info.plist-stable
new file mode 100644
index 0000000..8b1ffa9
--- /dev/null
+++ b/build-scripts/config/Info.plist-stable
@@ -0,0 +1,44 @@
+<?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>CFBundleDisplayName</key>
+	<string>TorBrowserBundle</string>
+	<key>CFBundleExecutable</key>
+	<string>TorBrowserBundle</string>
+	<key>CFBundleGetInfoString</key>
+	<string>Tor Browser Bundle 2.3.25-7 Copyright 2010, 2011, 2012, 2013 The Tor Project</string>
+	<key>CFBundleIconFile</key>
+	<string>vidalia.icns</string>
+	<key>CFBundleIdentifier</key>
+	<string>org.torproject.TorBrowserBundle</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>TorBrowserBundle</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>2.3.25-7</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>LSEnvironment</key>
+	<dict/>
+	<key>LSHasLocalizedDisplayName</key>
+	<false/>
+	<key>LSMinimumSystemVersion</key>
+	<string>10.6</string>
+	<key>LSUIElement</key>
+	<false/>
+	<key>NSAppleScriptEnabled</key>
+	<false/>
+	<key>NSHumanReadableCopyright</key>
+	<string>Tor Browser Bundle 2.3.25-7 Copyright 2010, 2011, 2012, 2013 The Tor Project</string>
+	<key>NSMainNibFile</key>
+	<string>MainMenu</string>
+	<key>NSPrincipalClass</key>
+	<string>NSApplication</string>
+</dict>
+</plist>





More information about the tor-commits mailing list