.github/other_project_defaults/README.md
2020-01-25 23:40:40 -08:00

579 B

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.