mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
ed9b10dd2b
svn:r18514
34 lines
994 B
XML
34 lines
994 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleName</key>
|
|
<string>Tor Bundle</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>Tor Bundle @VERSION@</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.torproject.torbundle</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>@VERSION@</string>
|
|
<key>IFPkgFlagComponentDirectory</key>
|
|
<string>../.contained_packages</string>
|
|
<key>IFPkgFlagPackageList</key>
|
|
<array>
|
|
<dict>
|
|
<key>IFPkgFlagPackageLocation</key>
|
|
<string>Tor.pkg</string>
|
|
<key>IFPkgFlagPackageSelection</key>
|
|
<string>required</string>
|
|
</dict>
|
|
<dict>
|
|
<key>IFPkgFlagPackageLocation</key>
|
|
<string>torstartup.pkg</string>
|
|
<key>IFPkgFlagPackageSelection</key>
|
|
<string>selected</string>
|
|
</dict>
|
|
</array>
|
|
<key>IFPkgFormatVersion</key>
|
|
<real>0.10000000149011612</real>
|
|
</dict>
|
|
</plist>
|