Skip to content

Commit

Permalink
Corrected link to blog
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep authored Aug 21, 2020
1 parent 9698f41 commit cb54716
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Features

Tech Stack/Specs
----------------------

Bouncer is written 100% in Swift, for iOS 14 and features things like:

* All new SwiftUI lifecycle (No storyboards or Appdelegate)
Expand All @@ -27,20 +28,18 @@ Bouncer is written 100% in Swift, for iOS 14 and features things like:
* Zero UIKit
* No 3rd party dependencies 💪

If you are curious about the architecture approach, check out my Redux-like architecture with SwiftUI series [here](https://danielbernal.co/redux-like-architecture-with-swiftui-basics/)
If you are curious about the architecture approach, check out my [Redux-like architecture with SwiftUI series](https://danielbernal.co/redux-like-architecture-with-swiftui-basics/)


Building
----------------------

Fire up XCode 12 (Currently beta), open Bouncer.xcodeproj and hit Build. There are no dependencies or additional requirements.

Note: This version is a complete Rewrite Using SwiftUI 2.0, so you will need Xcode 12 and an an iOS 14 Device to run it.

Latest Release
----------------------

The old 1.x version (UIkit based) is available from the [App Store](https://apps.apple.com/us/app/bouncer-sms-block-list/id1457476313) for free, and you can grab the code from the 'uikit' branch on this repo.
The old 1.x version (UIkit based) is available from the [App Store](https://apps.apple.com/us/app/bouncer-sms-block-list/id1457476313) for free, and you can grab the code from [the 'uikit' branch](https://github.com/afterxleep/Bouncer/tree/uikit).

Version 2.x (This new SwiftUI version) will be released when iOS 14 becomes available to the public, but feel free to install it on your own. (Requires iOS 14 beta)

Expand Down

0 comments on commit cb54716

Please sign in to comment.