Skip to content

Commit 2280a39

Browse files
Update README.md
1 parent 68e9fde commit 2280a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

0 commit comments

Comments
 (0)