Skip to content

Releases: KoCMoHaBTa/MHAppKit

Updated project using Xcode 15.4

11 Jul 10:24
Compare
Choose a tag to compare
  • updated to recommended project settings
  • raised deployment targets to the minimum supported - iOS 12
  • fixed compile time warnings

Xcode 14

14 Sep 05:50
Compare
Choose a tag to compare
  • updated project settings using Xcode 14
  • raised deployment target to iOS 11
  • fixed deprecations and warnings

1.12.0

18 Nov 08:33
Compare
Choose a tag to compare
  • updated with Xcode 12.2
  • added extensions and utilities related to Date, UserDefaults, Foundation and Swift

Xcode 12

19 Sep 19:31
Compare
Choose a tag to compare
  • updated with Xcode 12
  • raised deployment target to iOS 9

Added locale support when formatting date with templates

19 Sep 10:32
Compare
Choose a tag to compare
  • date formatting using template now accepts a Locale object with default value of .current, passed trough the Foundation function.

Swift Package Manager

12 Dec 13:54
Compare
Choose a tag to compare
  • added support for Swift Package Manager

Fixed NavigationController setup access control

18 Nov 20:55
Compare
Choose a tag to compare
  • made NavigationController.setup - open

Improved error alerts

01 Nov 10:20
Compare
Choose a tag to compare
  • moved core logic for showing error alerts from UIViewController to Error
  • added the ability to show error as a local notification

Fixed access control of the UIViewController.showError

18 Sep 09:39
Compare
Choose a tag to compare
- fixed access control

- set version to 1.8.1

Xcode 11

18 Sep 08:46
Compare
Choose a tag to compare
  • updated using Xcode 11
  • introduced more convenient and flexible way to show errors from UIViewControllers