mgratzer / ios-template

iOS app template repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Repository template

This is a template repostiory for iOS projects with the following setup:

  • .gitignore for Swift and Xcode
  • Gemfile for fastlane and console building
  • setup script to install all dependencies
  • Swiftgen for code generation (e.G. localizable strings)
  • Swiftformat and Swiftlint rules
  • scripts for code generation and code formatting

Steps

  1. create a Xcode project in the folder {APP_NAME}
  2. run ./.scripts/setup.sh
  3. edit swiftgen.yml for localization and media assets
  4. add excluded paths to .swiftformat and .swiftlint.yml
  5. run ./.scripts/formatcode.sh and ./.scripts/generatecode.sh
  6. update README.md to match your project

--- happy coding <3

About

iOS app template repository


Languages

Language:Shell 96.3%Language:Ruby 3.7%