tuist/.github
Jakub Olejník ff10fa1aa2
Add support for file header template (#2568)
When working in teams, various file header templates might apply. This is done by [using `IDETemplateMacros.plist`](https://help.apple.com/xcode/mac/current/#/dev91a7a31fc) inside xcodeproj. This plist might be shared so located under `xcshareddata` and also user-specific. This PR currently addresses shared case.

- A new `fileHeaderTemplate` property is exposed on both `Project` and `Workspace`
    - Users can optionally choose if they'd like to define at the workspace level for larger multi-project setups, or on an individual project for small single project setups
- The header template supports two options, reading from a file on disk via `.file(Path)` or inline in the manifest via `.string(String)`
2021-03-09 06:51:49 +00:00
..
ISSUE_TEMPLATE Remove RFC template and move it to the discussions 2020-12-22 13:36:08 +01:00
workflows Add support for file header template (#2568) 2021-03-09 06:51:49 +00:00
FUNDING.yml Some website improvements (#1342) 2020-05-18 11:34:55 +02:00
ISSUE_TEMPLATE.md Change the domain again 2019-10-04 06:39:31 +02:00
PULL_REQUEST_TEMPLATE.md Update PR template 2021-02-04 12:56:47 +01:00
dependabot.yml Include Next in dependabot.yml 2020-12-21 12:33:18 +01:00
invite-contributors.yml Use the patch version of SwiftShell (#180) 2018-12-20 15:38:26 +01:00