Skip to content

Releases: FrostlightSolutions/FrostKit

2.0.1

02 Apr 07:35
Compare
Choose a tag to compare
  • 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

10 Mar 08:32
Compare
Choose a tag to compare
  • 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

12 Sep 07:13
Compare
Choose a tag to compare
  • 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

08 Apr 12:44
Compare
Choose a tag to compare
  • Updated for Xcode 10.2 and Swift 5

1.4.0

15 Sep 20:50
Compare
Choose a tag to compare
  • Updated for Xcode 10 and Swift 4.2

1.3.5

04 Apr 14:01
Compare
Choose a tag to compare
  • Reverted Swift optimisation levels due to issues when pushing the app to the store.

1.3.4

29 Mar 20:29
Compare
Choose a tag to compare
  • 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

29 Mar 20:26
Compare
Choose a tag to compare
  • 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

29 Mar 20:24
Compare
Choose a tag to compare
  • 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

29 Mar 20:22
Compare
Choose a tag to compare
  • Added a helper for manual requesting access to location services