R.swift v5.0.0 Release Notes

Release Date: 2018-12-17 // over 5 years ago
    • ๐Ÿš€ Compatible with Xcode 10 / iOS 12 SDK, this release is not compatible with older versions use R.swift 4 if you still need that compatibility
    • โœ‚ 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)
    • โšก๏ธ Update XcodeEdit
    • ๐ŸŽ Performance tweaks by @bclymer
    • ๐Ÿ›  Fix for validate images by @cooler333
    • ๐Ÿ“œ Nib parsing fixes for Xcode 10 from @rafaelnobrepd