-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it possible to specify xcodegen's version
- Loading branch information
1 parent
cb69d9e
commit f278383
Showing
3 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,10 @@ The path to the directory where the project should be generated. Defaults to the | |
* `use-cache`: | ||
Use a cache for the xcodegen spec. This will prevent unnecessarily generating the project if nothing has changed | ||
|
||
Additionally, the version of xcodegen can be specified: | ||
|
||
* `version`: | ||
The version of xcodegen to be used. Check <https://github.com/yonaskolb/XcodeGen/releases> for valid options. | ||
|
||
## Example usage | ||
|
||
|
@@ -29,6 +33,7 @@ uses: xavierLowmiller/[email protected] | |
with: | ||
spec: project.yaml | ||
quiet: true | ||
version: '2.15.1' | ||
``` | ||
[xcodegen]: https://github.com/yonaskolb/XcodeGen | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters