Carthage v0.36.0 Release Notes
Release Date: 2020-09-18 // about 4 years ago-
๐ โ ๏ธ This version doesn't fix the issue with Xcode 12. See #3019 โ ๏ธ
๐ Fixed
- Prevent cross device issues in
copy-frameworks
(#3047). Thanks @rudedogdhc!
Thank you to @nixnoughtnothing for improvements to the code base! Thank you to @tmspzz for reviewing pull requests!
- Prevent cross device issues in
Previous changes from v0.35.1
-
๐ โ ๏ธ This version doesn't fix the issue with Xcode 12. See #3019 โ ๏ธ
๐ Fixed
- ๐ Fixed copying files across different volumes (#3025). Thanks @rudedogdhc!
โ Added
- Sort frameworks so changes in .version files are easier to spot (#3015). Thanks @peteranny!
- Support
NO_PROXY
orno_proxy
environment variable (#2991). Thanks @okaverin! - Prevent re-downloading module stable binaries (#3040). Thanks @justAnotherDev!
- โ Remove leftovers of failed archives unzips (#3035). Thanks @tattn!
๐ Improved
- Spelling mistakes in README (#3021). Thanks @thomasaw!
- ๐ Reflect carthage build requirements in README (#3045). Thanks @chrstphrchvz!
- Installing carthage outside of protected folders no longer requires
sudo
(#3024). Thanks @cfelder! - โ Remove invalid archs by intersecting VALID_ARCHS and ARCHS (#2987). Thanks @jerbob92!