Commit Graph

5 Commits

Author SHA1 Message Date
Sylvain Rebaud 045b0b731a
Add support for passing Organization name to project (#1062)
Resolves https://github.com/tuist/tuist/issues/1063

### Short description 📝

New Files created by Xcode use the Organization name set in the project file for copyright notices. The organization was left blank before this PR.

### Solution 📦

It is now possible to optionally pass the organization name to either the `Project` initializer or more generally in `Config`. The latter will override the former if set.

### Implementation 👩‍💻👨‍💻

- [x] Add new `organizationName` argument to Project
- [x] Add new `organizationName` GenerationOptions case to pass to Config
- [x] Use project `organizationName` during pbxproj generation via attributes
- [x] Add Tests
2020-03-13 19:18:36 +00:00
Pedro Piñera 029b5047a5 Add cloudURL attribute to Config 2020-03-11 14:42:57 +01:00
Pedro Piñera 14124b8422 Rename TuistConfig to Config 2020-03-10 17:28:16 +01:00
Pedro 9e055aa16e Remove Config.swift 2018-05-16 18:16:50 +02:00
Pedro Piñera a26ba3740b Create project 2018-04-16 11:01:02 +02:00