Releases: DerLobi/XcoatOfPaint
Releases · DerLobi/XcoatOfPaint
1.3.1
- added support for Simulator and Instruments icons in Xcode 15 beta
1.3
- adds an option to save the icon as a PNG file. User either the button in the main UI or the menu item (⌘ + S)
1.2.1
- fixed an import in a dependency so the project builds on macOS Monterey
1.2
- Adds support to change the icons of Simulator and Instruments
1.1.3
- removed Dock reloading introduced in 1.1.2 (The Xcode icon did not reload reliably)
1.1.2
- When you change the icon of a non-App Store Xcode, the app will reload the Dock, so that the changed icon is visible in the Dock immediately.
- Support for Xcode-Beta versions
- Deployment target set to macOS 11.0 (sorry, it crashed on Catalina and would look kind of ugly)
- removed Development Team setting (so you don't have to change it before you can build the app)
- fixed the path to the private CoreUI framework
1.1.1
- Added the
com.apple.security.files.user-selected.executable
entitlement, so the app doesn't set the com.apple.quarantine
xattr on Xcode.app
1.1
- Use highest resolution icons from
Assets.car
instead of Xcode.icns
- Lowered deployment target to macOS 10.15 Catalina