List of incompetent jackasses who can't check a source if their lives depended on it:
It is loaded by default by /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist.
If you run
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
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
#!/bin/bash | |
echo "" | |
echo "----------" | |
echo "This bash script recursively goes through every PNG file in a given folder" | |
echo "and removes its alpha channel. This is useful for preparing PNG files for" | |
echo "uploading to Apple's iOS App Store." | |
echo "" | |
echo "You'll know you might need to use this script if you see this error coming" | |
echo "from Apple when you try to upload the images:" |