Skip to content

Commit 7acc54f

Browse files
Updated README.md
Fixed action icon color
1 parent d66910f commit 7acc54f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This action requires several secrets that need to be setup in the repository or
6060
| `bundle-id` | The bundle ID of the Xcode project. Overrides the value in the exported Unity project. | Defaults to parsing bundle ID from `.xcodeproj`. |
6161
| `configuration` | The configuration to build the Xcode project with. | Defaults to `Release`. |
6262
| `scheme` | The scheme to use when building the xcode project. | false |
63-
| `destination` | The destination to use when building the xcode project. | Defaults to 'generic/platform={platform}'. |
63+
| `destination` | The destination to use when building the xcode project. | Defaults to `generic/platform={platform}`. |
6464
| `platform` | The platform to build for. Can be one of `iOS`, `macOS`, `tvOS`, `visionOS`. | Defaults to parsing platform from `.xcodeproj`. |
6565
| `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` |
6666
| `export-option-plist` | The path to custom export option plist file to use when exporting the Xcode project. | Overrides `export-option`. |

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Buildalon unity-xcode-builder
22
description: A GitHub Action to build, archive, and upload Unity exported xcode projects.
33
branding:
44
icon: command
5-
color: blue
5+
color: red
66
inputs:
77
xcode-version:
88
description: The version of Xcode to use for building the Xcode project. Defaults to the active version of Xcode on the runner.

0 commit comments

Comments
 (0)