You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,6 @@ inputs:
8
8
description: The version of Xcode to use for building the Xcode project. Defaults to the active version of Xcode on the runner.
9
9
required: false
10
10
default: latest
11
-
platform-sdk-version:
12
-
description: The version of the platform SDK to use for building the Xcode project. Defaults to the latest version of the platform SDK defined in the `.xcodeproj`.
13
-
required: false
14
11
project-path:
15
12
description: The directory that contains the exported xcode project from Unity.
16
13
required: true
@@ -57,6 +54,9 @@ inputs:
57
54
platform:
58
55
description: The platform to build for. Can be one of `iOS`, `macOS`, `visionOS`, `tvOS`. Defaults to parsing platform from `.xcodeproj`.
59
56
required: false
57
+
platform-sdk-version:
58
+
description: The version of the platform SDK to use for building the Xcode project. Defaults to the latest version of the platform SDK defined in the `.xcodeproj`.
59
+
required: false
60
60
export-option:
61
61
description: The export option to use for exporting the Xcode project. Can be one of `app-store-connect`, `steam`, `release-testing`, `package`, `enterprise`, `debugging`, `developer-id`, `mac-application`.
0 commit comments