Skip to content

Commit

Permalink
Merge pull request #30 from tchapgouv/update-contributing-guide
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
NicolasBuquet authored Nov 18, 2024
2 parents ab5a136 + 061542a commit b827738
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ We suggest using an Xcode version later than 15.0.1.
The Xcode project can be directly compiled through the shared ElementX scheme which includes the main application as well as the unit and UI tests.

The Xcode project itself is generated through [xcodegen](https://github.com/yonaskolb/XcodeGen) so any changes shouldn't be made directly to it but to the configuration files.
The command to generate the Tchap X project is: `xcodegen generate --spec project-tchap-x.yml`.

The project needs the `Generated` files to build its structure.
If these files are not presents, generate them with the command: `swiftgen config run --config Tools/SwiftGen/swiftgen-config.yml --config Tools/SwiftGen/swiftgen-config-tchap.yml`.

### Dependencies

Expand Down

0 comments on commit b827738

Please sign in to comment.