A concise, sane default starting point for Xcode 6+ Swift-based Universal iOS apps with programmatic UI.
- Pick a project/target name such as
FooApp. - Clone this repository into a folder named
FooApp.git clone <url> FooApp
- Run
./rename.sh FooApp. Instances ofSwiftAppwill be replaced. - The project will get opened in Xcode automatically.
- Optional cleanup:
rm -rf .git README.md rename.shgit initgit add --allgit commit -m 'initial import'