Skip to content

Releases: prolificinteractive/Bellerophon

Swift 4.2

20 Sep 14:57
d8f03ae
Compare
Choose a tag to compare

Adds compatibility with Swift 4.2 and Xcode 10.

Allows Custom KillSwitch API Check

09 Jan 22:16
870b88f
Compare
Choose a tag to compare
  • Allows control of custom API checking
  • Ability to manually present the KillSwitch View

PR #28

Greater flexibility for force update and kill switch

29 Nov 19:08
Compare
Choose a tag to compare
  • Created Config
  • No longer requires kill switch view
  • Optional kill switch view or force update view
  • Triggers optional delegate methods so views are not necessary
  • Updated AppDelegate to a working condition (previously pointing to dead url)

PR #26

Adds Support for Swift 4.0

29 Sep 01:47
Compare
Choose a tag to compare
  • Fixes compilation errors and updates Swift Version to 4.0

Cleanup

19 May 15:25
Compare
Choose a tag to compare
  • We did some code cleanup to the Bellerophon core code, as well as the example project.
  • We dropped the use of a singleton for dependency injection. You will now have to keep a reference of Bellerophon in your application.
  • The UIWindow object is now injected through the Bellerophon initializer. You can now pass the window object that you want.

Objective-C compatibility drop

18 Oct 20:46
Compare
Choose a tag to compare

Bellerophon is dropping the Objective-C compatibility due to an archiving error with Swift 2.3 compiler.

If you are using Bellerophon in an Objective-C project, please use version 0.1.4 instead.

Swift 3.0 compatibility

16 Sep 08:54
Compare
Choose a tag to compare

Added Swift 3.0 compatibility with Xcode 8

Swift 2.3 compatibility

14 Sep 08:05
Compare
Choose a tag to compare

Added Swift 2.3 compatibility with Xcode 8

Minor fixes

17 Jun 06:07
Compare
Choose a tag to compare
  • Improved documentation
  • Fixed a bug where killSwitchView would not be displayed again if it had displayed before

Revised public interfaces and added unit testings

27 Apr 22:54
Compare
Choose a tag to compare
0.1.2

Revised public interfaces and added unit tests