Templates for liftoff, CLI for creating and configuring new Xcode projects.
- Install liftoff
- Copy
templates
folder andliftoffrc
configuration file into tool directory (check information about installed tool bybrew info liftoff
command). Configuration file contains two templates - for Swift and Objective-C projects. - Run
liftoff
command in needed directory. It will make a project with default Swift template. To generate Objective-C project usetemplate
option, for example:
$ liftoff --template objc
- Templates for Swift and Objective-C projects
- Custom project structure
- Automatic installation of Cocoapods/Carthage dependencies (Carthage by default)
- Prefixes for all classes (without boring renaming of
AppDelegate
classes) - SwiftLint Build Phases script
- "Convert to Current Swift Syntax" warning. Just update project. It's liftoff issue.
- Update to recommended settings warning
Artem Novichkov, novichkoff93@gmail.com
Liftoff Templates is available under the MIT license. See the LICENSE file for more info.