Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
Fixed action icon color
  • Loading branch information
StephenHodgson committed Oct 18, 2024
1 parent d66910f commit 7acc54f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This action requires several secrets that need to be setup in the repository or
| `bundle-id` | The bundle ID of the Xcode project. Overrides the value in the exported Unity project. | Defaults to parsing bundle ID from `.xcodeproj`. |
| `configuration` | The configuration to build the Xcode project with. | Defaults to `Release`. |
| `scheme` | The scheme to use when building the xcode project. | false |
| `destination` | The destination to use when building the xcode project. | Defaults to 'generic/platform={platform}'. |
| `destination` | The destination to use when building the xcode project. | Defaults to `generic/platform={platform}`. |
| `platform` | The platform to build for. Can be one of `iOS`, `macOS`, `tvOS`, `visionOS`. | Defaults to parsing platform from `.xcodeproj`. |
| `export-option` | The export option to use for exporting the Xcode project. Can be one of `app-store`, `steam`, `ad-hoc`, `package`, `enterprise`, `development`, `developer-id`, `mac-application`. | Defaults to `development` |
| `export-option-plist` | The path to custom export option plist file to use when exporting the Xcode project. | Overrides `export-option`. |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Buildalon unity-xcode-builder
description: A GitHub Action to build, archive, and upload Unity exported xcode projects.
branding:
icon: command
color: blue
color: red
inputs:
xcode-version:
description: The version of Xcode to use for building the Xcode project. Defaults to the active version of Xcode on the runner.
Expand Down

0 comments on commit 7acc54f

Please sign in to comment.