Skip to content

번역

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

iOS app with a custom workspace

iOS with a few projects and a Workspace.swift manifest file.

The workspace manifest defines:

  • glob patterns to list projects
  • glob patterns to include documentation files
  • folder reference to directory with html files

The App's project manifest leverages additionalFiles that:

  • defines glob patterns to include documentation files
  • includes a Swift Danger.swift file that shouldn't get included in any build phase
  • defines folder references to a directory with json files

예제 확인

Released under the MIT License.