This repository was archived by the owner on Sep 19, 2024. It is now read-only.
1.2.0
New features:
- Add
ColorResourcetype - Add
NSData.init(resource:)
Fixed issues:
- When no bundle was given the documentation stated that we did a fallback on the mail bundle, but in reality we did always return
nil. The bundle isn't optional anymore in various resources, this makes the library simpler and is less error prone.