.github/other_project_defaults
2020-01-25 23:48:51 -08:00
..
build_docs.sh add other default project files 2020-01-25 23:48:51 -08:00
IDETemplateMacros.plist add other default project files 2020-01-25 23:40:40 -08:00
LICENSE add other default project files 2020-01-25 23:40:40 -08:00
lint.sh add other default project files 2020-01-25 23:48:51 -08:00
README.md add other default project files 2020-01-25 23:40:40 -08:00

Default project files

This directory contains miscellaneous default project files, like build scripts, etc.

These must be copied to new repositories, and updated with project-specific details.

Contents

Scripts

  • lint.sh, swift lint script
  • build_docs.sh, jazzy docs script

Templates

  • IDETemplateMacros.plist to customize Xcode header comments. Must be placed in <ProjectName>.xcodeproj/xcshareddata/IDETemplateMacros.plist or <WorkspaceName>.xcworkspace/xcshareddata/IDETemplateMacros.plist.