diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-06-20 04:16:46 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-06-20 04:16:46 +0000 |
commit | 010954009130b245faf50ed229bcebff075ced64 (patch) | |
tree | ee4856acd338a0e1e86fc852f8b53bc0538f14a2 /contrib/osx/TorBundleInfo.plist.in | |
parent | 4283b81a48f918daa69e68b1099fdb4172892ac4 (diff) | |
download | tor-010954009130b245faf50ed229bcebff075ced64.tar.gz tor-010954009130b245faf50ed229bcebff075ced64.zip |
First crack at version checking for OSX installer.
svn:r6665
Diffstat (limited to 'contrib/osx/TorBundleInfo.plist.in')
-rw-r--r-- | contrib/osx/TorBundleInfo.plist.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/osx/TorBundleInfo.plist.in b/contrib/osx/TorBundleInfo.plist.in index 16cc83694e..6708b81192 100644 --- a/contrib/osx/TorBundleInfo.plist.in +++ b/contrib/osx/TorBundleInfo.plist.in @@ -12,6 +12,21 @@ <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> |