diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-06-21 02:27:18 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-06-21 02:27:18 +0000 |
commit | 03bea739f8d473b3362a3f1b8b8bfe6222293238 (patch) | |
tree | 1d968ff9366b51f39c090deb83c935cc35cef9a6 /contrib/osx/TorBundleInfo.plist.in | |
parent | 7b6c4350661a9772ac75de9f6ed2afb769a53406 (diff) | |
download | tor-03bea739f8d473b3362a3f1b8b8bfe6222293238.tar tor-03bea739f8d473b3362a3f1b8b8bfe6222293238.tar.gz |
Remove the osx version requirements on install due to a messy Installer
situation between pre-panther, tiger and beyond, and metapackages.
svn:r6672
Diffstat (limited to 'contrib/osx/TorBundleInfo.plist.in')
-rw-r--r-- | contrib/osx/TorBundleInfo.plist.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/osx/TorBundleInfo.plist.in b/contrib/osx/TorBundleInfo.plist.in index a36c202db..16cc83694 100644 --- a/contrib/osx/TorBundleInfo.plist.in +++ b/contrib/osx/TorBundleInfo.plist.in @@ -12,21 +12,6 @@ <string>@VERSION@</string> <key>IFPkgFlagComponentDirectory</key> <string>../.contained_packages</string> - <key>IFRequirementDicts</key> - <array> - <dict> - <key>SpecType</key> - <string>plist</string> - <key>SpecArgument</key> - <string>/System/Library/CoreServices/SystemVersion.plist</string> - <key>SpecProperty</key> - <string>ProductVersion</string> - <key>TestOperator</key> - <string>>=</string> - <key>TestObject</key> - <string>OSVER</string> - </dict> - </array> <key>IFPkgFlagPackageList</key> <array> <dict> |