/SwiftAppTemplate

A concise, sane default starting point for Xcode 6+ Swift-based Universal iOS apps with programmatic UI.

Primary LanguageSwift

SwiftAppTemplate

A concise, sane default starting point for Xcode 6+ Swift-based Universal iOS apps with programmatic UI.

Usage

  1. Pick a project/target name such as FooApp.
  2. Clone this repository into a folder named FooApp.
    • git clone <url> FooApp
  3. Run ./rename.sh FooApp. Instances of SwiftApp will be replaced.
  4. The project will get opened in Xcode automatically.
  5. Optional cleanup:
    • rm -rf .git README.md rename.sh
    • git init
    • git add --all
    • git commit -m 'initial import'