v1.4.0
github-actions
released this
14 Apr 20:38
·
530 commits
to refs/heads/main
since this release
Install Xcodes using one of the methods listed here.
Update Xcodes by selecting Check for Updates... in the Xcodes menu in the menu bar.
Please follow us on Twitter at @xcodesapp to be notified when new releases happen!
🚀 Enhancements
Remember to turn on the Unxip Experiment for faster unxipping!
Adds option to create symbolic link at Path Xcode.app (#198) @MattKiazyk
- Some 3rd party services and libraries check specifically for
Xcode.app
which Xcodes doesn't support as we separate the version numbers. This adds the ability to make a Symbolic Link calledXcode.app
that points to the xcode version you want.
Add Preference to make Symbolic Link Automatic on Xcode Select (#200) @MattKiazyk
- In addition to the above enhancement. Go to
Preferences > Advanced
to automatically create the symbolic link to whichever Xcode version you make Active/Select. - Note this will not work if you are manually setting via Xcode or command line.
Add check for min MacOS version when installing (#199) @MattKiazyk
- Sometimes we don't update our MacOS as quickly as Apple would like us to. When you install an Xcode version, we will now check it's minimum supported MacOS version and prompt you as a warning.
🐛 Bug Fixes
Use a fixed locale for API response date parsing (#196) @aerickson14
- If your Mac was set to a date time preference not of North America, Xcodes had trouble decoding a DateTime string. Thanks to @SimonRice for the detail on fixing that.
🧰 Maintenance
- Bump actions/cache from 3.0.1 to 3.0.2 (#197) @dependabot
- Bump actions/cache from 2.1.7 to 3.0.1 (#195) @dependabot