This repository houses the bootstrap project I used as reference for a talk I gave at the 15th CocoaTalks BH about using Redux.swift in iOS applications.
The bootstrap project is simply a table view displaying a list of an user's GitHub repositories. The base project is in the master
branch and the reference implementation is in the 0.1.0
tag.
- Xcode 8.2+
- iOS 10.2+
The project has a single dependency, which is Redux.swift. It was initially integrated to the project using Carthage, but the build doesn't require Carthage to be installed. The following installation steps should suffice:
- Clone the desired branch using the following command
git clone -b <branch> https://github.com/fellipecaetano/ReduxInBH
-
Enter the
app
directory -
Use Xcode 8.2+ to open
GitHubClient.xcworkspace
-
Build and run