This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
Releases: mac-cain13/R.swift.Library
Releases · mac-cain13/R.swift.Library
5.4.0
5.3.0
- Bump minimum deployment target to iOS 9 to prevent Xcode 12 warnings
5.2.0
- Alternative for SPM dynamic linking
5.1.0
5.1.0.alpha.1
- WatchOS support
5.0.1
5.0.0
- Removed CLR file support, use color resources instead
- Easier nib loading with new method
- Ignore file supports explicit include (by @renrawnalon)
- Validation for named colors
- Empty structs are not generated anymore (by @soberman)
- Compatible with Xcode 10 / Swift 4.2 / iOS 12 SDK, this release is not compatible with older versions use R.swift 4 if you still need that compatibility
- Nib parsing fixes for Xcode 10 from @rafaelnobrepd
- Update XcodeEdit
- Performance tweaks by @bclymer
- Fix for validate images by @cooler333
- Fix compatibility for app extensions
5.0.0.alpha.2
Fixes a git tagging issue.
5.0.0.alpha.1
- Align with the new UIKit types in the iOS 12 SDK
4.0.0
- Fixes for Xcode 9 and Swift 4
- Deprecate clr based color resources
- Introduce color asset based color resources