Created
September 29, 2014 22:41
-
-
Save gregneagle/b6641ac36a78025c5aad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>catalogs</key> | |
<array> | |
</array> | |
<key>conditional_items</key> | |
<array> | |
<dict> | |
<key>condition</key> | |
<string>(os_vers_minor == 9) AND (os_vers_patch >= 5)</string> | |
<key>managed_installs</key> | |
<array> | |
<string>BashUpdateMavericks</string> | |
</array> | |
</dict> | |
<dict> | |
<key>condition</key> | |
<string>(os_vers_minor == 8) AND (os_vers_patch >= 5)</string> | |
<key>managed_installs</key> | |
<array> | |
<string>BashUpdateMountainLion</string> | |
</array> | |
</dict> | |
<dict> | |
<key>condition</key> | |
<string>(os_vers_minor == 7) AND (os_vers_patch >= 5)</string> | |
<key>managed_installs</key> | |
<array> | |
<string>BashUpdateLion</string> | |
</array> | |
</dict> | |
</array> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment