无损压缩图片
find . -iname "*.jpeg" -exec echo {} \; -exec convert {} {} \;
多个 Xcode 使用
xcode:https://developer.apple.com/download/more/
xcode-select --print-path
sudo xcode-select --switch /Applications/Xcode11.7.app/Contents/Developer
无损压缩图片
find . -iname "*.jpeg" -exec echo {} \; -exec convert {} {} \;
多个 Xcode 使用
xcode:https://developer.apple.com/download/more/
xcode-select --print-path
sudo xcode-select --switch /Applications/Xcode11.7.app/Contents/Developer