Last active
October 19, 2016 14:42
-
-
Save nmcspadden/90b06566bee30ed2aa1029ec9fc99ed5 to your computer and use it in GitHub Desktop.
This file contains 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//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>OnDemand</key> | |
<true/> | |
<key>autoremove</key> | |
<false/> | |
<key>catalogs</key> | |
<array> | |
<string>testing</string> | |
</array> | |
<key>category</key> | |
<string>Adobe</string> | |
<key>display_name</key> | |
<string>Add Adobe Photoshop CC To My Panel</string> | |
<key>icon_name</key> | |
<string>AdobePhotoshopCC2015.png</string> | |
<key>installer_type</key> | |
<string>nopkg</string> | |
<key>minimum_os_version</key> | |
<string>10.11.0</string> | |
<key>name</key> | |
<string>AdobeCCAPI_Photoshop</string> | |
<key>postinstall_script</key> | |
<string>#!/bin/sh | |
/usr/bin/python /opt/facebook/bin/add_adobe.py "Default Photoshop CC - 0 GB Configuration" | |
</string> | |
<key>requires</key> | |
<array> | |
<string>AdobeCreativeCloudDesktopApp</string> | |
</array> | |
<key>unattended_install</key> | |
<true/> | |
<key>version</key> | |
<string>1.0</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment