tunblick/Info.plist

Mon, 16 Jan 2012 23:08:14 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 16 Jan 2012 23:08:14 +0100
changeset 23
d783b433388d
parent 9
63171f06503f
permissions
-rwxr-xr-x

Inconclusively complete possibly missing fields. This change introduces
inconsistencies difficult to correct given incomplete documentation of
IPKG and OPKG packaging standards.

michael@9 1 <?xml version="1.0" encoding="UTF-8"?>
michael@9 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
michael@9 3 <plist version="1.0">
michael@9 4 <dict>
michael@9 5 <key>CFBundleDevelopmentRegion</key>
michael@9 6 <string>English</string>
michael@9 7 <key>CFBundleExecutable</key>
michael@9 8 <string>Tunnelblick</string>
michael@9 9 <key>CFBundleIconFile</key>
michael@9 10 <string>tunnelblick.icns</string>
michael@9 11 <key>CFBundleIdentifier</key>
michael@9 12 <string>com.openvpn.tunnelblick</string>
michael@9 13 <key>CFBundleInfoDictionaryVersion</key>
michael@9 14 <string>6.0</string>
michael@9 15 <key>CFBundlePackageType</key>
michael@9 16 <string>APPL</string>
michael@9 17 <key>CFBundleSignature</key>
michael@9 18 <string>OVPN</string>
michael@9 19 <key>CFBundleShortVersionString</key>
michael@9 20 <string>Tunnelblick MSvB01-20090728</string>
michael@9 21 <key>CFBundleVersion</key>
michael@10 22 <string>01.20090728</string>
michael@9 23 <key>NSMainNibFile</key>
michael@9 24 <string>MainMenu</string>
michael@9 25 <key>NSPrincipalClass</key>
michael@9 26 <string>NSApplication</string>
michael@9 27 <key>NSUIElement</key>
michael@9 28 <string>1</string>
michael@9 29 <key>SUFeedURL</key>
michael@9 30 <string>http://dev.europalab.com/suappcast.rss</string>
michael@9 31 </dict>
michael@9 32 </plist>

mercurial