Skip to content

An iOS example project demonstrating advanced concepts

License

Notifications You must be signed in to change notification settings

n8chur/AdvancediOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdvancediOS GitHub license CircleCI

AdvancediOS demonstrates some advanced concepts for iOS application development using a small example application.

Advanced concepts include:

This project is mostly intended to be used as a playground to experiment with new tools, libraries, and design patterns for iOS development.

Setup

Prerequisites

Installation

  1. Setup the project:
$ brew bundle && bundle install
$ bundle exec fastlane bootstrap
  1. Open Application.xcodeproj

Notes

  • Run $ bundle exec fastlane for a list of Fastlane lanes that can be run on the repository.
  • Application.xcodeproj should be used for general development for building a release build.
  • Application_Dev.xcworkspace is only useful when debugging issues in Carthage dependencies since the Carthage dependency's project is added instead of using the pre-built framework.

Contributions