Releases: FrostlightSolutions/FrostKit
Releases · FrostlightSolutions/FrostKit
2.0.1
- Removed embedded custom fonts (FontAwesome and IonIcons) as they are not shared using SwiftPM
- These fonts are also no less useful now that SF Symbols is a thing. This should be used instead as an alternative.
2.0.0
- Removed all depreciated helpers such as CoreData and MapKit
- Remove items repeated to FUS which are no longer relevant
- Generally cleaned up old depreciated or bloated items
1.5.1
- Updated for Xcode 11, iOS 13, iPadOS 13, watchOS 6 and macOS 10.15 Catalina
- Added a present error helper in
UIViewController
1.5.0
- Updated for Xcode 10.2 and Swift 5
1.4.0
- Updated for Xcode 10 and Swift 4.2
1.3.5
- Reverted Swift optimisation levels due to issues when pushing the app to the store.
1.3.4
- Update for Swift 4.1
- Fixed some SwiftLint errors
- Fixed a C array depreciation compiler warning
- Updated the optimisation levels to been speed for develop and size for release
1.3.3
- Changed a function to public from private to allow calling the message compose view controller without a prompt
- Added DLog enabled logging only when in the develop environment
- Replaced all uses of NSLog with DLog
1.3.2
- Added CloudKit extensions to watchOS framework
- Fixed some missed depreciations of the characters container for String which isn't needed in Swift 4
1.3.1
- Added a helper for manual requesting access to location services