Skip to content

Releases: dtrenz/LaunchGate

Release 2.0.0: Swift 5.1 support + other improvements

Choose a tag to compare

@dtrenz dtrenz released this 08 Apr 19:51

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

Release 1.1: Swift 4 and Xcode 9.4 support

Choose a tag to compare

@dtrenz dtrenz released this 17 Jul 21:00

Added support for Swift 4 and Xcode 9.4.

Credit: @SlaunchaMan & @RLRG

Release 1.0.2

Choose a tag to compare

@dtrenz dtrenz released this 19 Feb 21:26

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.

Release 1.0.1

Choose a tag to compare

@dtrenz dtrenz released this 12 Feb 20:59

Added

  • Inline documentation to public API.

Release 1.0.0

Choose a tag to compare

@dtrenz dtrenz released this 12 Feb 18:21

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