Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.17 KB

Swift iOS Starterpack

Usage:

$ cd iOSSwiftStarterPack
$ ./init

This will prompt you for a name for the iOS project and automatically rename the XCode project files to the updated name.

To enable SwiftLint in XCode, see this. Essentially, you must add a new Run Script Phase with:

${PODS_ROOT}/SwiftLint/swiftlint

Starterpack:

This starterpack is a blank Swift iOS project with SwiftLint, Travis CI, and CocoaPods alread configured. Included are CocoaPods for:

Resources: