Skip to content

Latest commit

 

History

History
executable file
·
65 lines (47 loc) · 1.81 KB

File metadata and controls

executable file
·
65 lines (47 loc) · 1.81 KB

Change Log

All notable changes to this project will be documented in this file. LaunchGate adheres to Semantic Versioning.

Released on 2020-04-08

Added

  • Swift 5.1 support #48
  • Added example for when using scene based windowing. #49

Fixed

  • Use topViewController not rootViewController #47

Credits: @jshier, @naoyanickf, @kurabi

Released on 2018-07-27

Fixed

  • Resolved info.plist collision issue.

Credits: @ibrahimQL

Released on 2018-07-17

Added

  • Swift 4.1 support
  • Xcode 9.4 support

Credits: @SlaunchaMan + @RLRG

Released on 2016-02-18.

Added

  • More test coverage
  • Cobertura coverage report generation via Slather
  • Codecov.io coverage report CI

Fixed

  • Previously, all configuration items (alert, optionalUpdate, requiredUpdate) were required in the remote JSON configuration file. Now, they are all optional, which now matches the documentation in the README.

Released on 2016-02-12.

Added

  • Inline documentation to public API

Released on 2016-02-12.

Added

  • Core feature set for initial release:
    • Required update behavior
    • Optional update behavior
    • Alert (blocking + non-blocking) behavior
    • Ability to provide custom configuration parser
  • Documentation & Screenshots
  • Example iOS project