Templates for liftoff, CLI for creating and configuring new Xcode projects.
- Install liftoff
- Copy
templatesfolder andliftoffrcconfiguration file into tool directory (check information about installed tool bybrew info liftoffcommand). Configuration file contains two templates - for Swift and Objective-C projects. - Run
liftoffcommand in needed directory. It will make a project with default Swift template. To generate Objective-C project usetemplateoption, 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
AppDelegateclasses) - 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.