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.

     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE plist PUBLIC "-//Apple//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>Tunnelblick</string>
     9 	<key>CFBundleIconFile</key>
    10 	<string>tunnelblick.icns</string>
    11 	<key>CFBundleIdentifier</key>
    12 	<string>com.openvpn.tunnelblick</string>
    13 	<key>CFBundleInfoDictionaryVersion</key>
    14 	<string>6.0</string>
    15 	<key>CFBundlePackageType</key>
    16 	<string>APPL</string>
    17 	<key>CFBundleSignature</key>
    18 	<string>OVPN</string>
    19 	<key>CFBundleShortVersionString</key>
    20 	<string>Tunnelblick MSvB01-20090728</string>
    21 	<key>CFBundleVersion</key>
    22 	<string>01.20090728</string>
    23 	<key>NSMainNibFile</key>
    24 	<string>MainMenu</string>
    25 	<key>NSPrincipalClass</key>
    26 	<string>NSApplication</string>
    27 	<key>NSUIElement</key>
    28 	<string>1</string>
    29 	<key>SUFeedURL</key>
    30 	<string>http://dev.europalab.com/suappcast.rss</string>
    31 </dict>
    32 </plist>

mercurial