Releases: defagos/CoconutKit
Releases · defagos/CoconutKit
UIWebView removal
iOS 13 preliminary support
🚧Official iOS 13 support will be delivered when iOS 13 is officially released 🚧
- The project runs fine on iOS 13 and builds with Xcode 11 without any significant warning.
Maintenance release
- Fixed non working model manager duplication (#42).
- Prevent potential leaks due to exceptions being thrown. Leaks related to Apple framework exceptions being caught (e.g.
-performSegueWithIdentifier:sender:
with unknown selector) cannot be eliminated, see Clang documentation.
Xcode 10 / iOS 12 compatibility and iTunes Connect binary submission issue fix
- CoconutKit is now officially compatible with iOS 12 and Xcode 10.
- Fix a binary submission issue for applications delivered with bitcode.
Static framework compatibility
CoconutKit can now be integrated as a static framework using Carthage. Refer to the installation instructions for more information.
Fix incorrect navigation title attributes
CoconutKit dynamic localization mechanism was conflicting with navigation title attributes, preventing them from being correctly applied since iOS 11. This has been fixed.
Performance fix
This release potential performance issues when the CoconutKit resource bundle is accessed.
iOS 11 / Xcode 9 compatibility
This release updates CoconutKit for proper iOS 11 support, and in particular for the new iPhone X.
The code only compiles with Xcode 9 and above.
Attributed string fix
This releases fixes an issue with attributed strings, which could lose their attributes because of CoconutKit being linked.