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: README.md
+1-146Lines changed: 1 addition & 146 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,152 +8,7 @@ Note that this action needs to run on macOS. All other platforms will fail!
8
8
9
9
## Inputs
10
10
11
-
### `workspace`
12
-
13
-
The path to the xcworkspace to build. Mutually exclusive with `project` and `spm-package`. Either `workspace`, `project` or `spm-package` must be set. See also `xcodebuild`'s `-workspace`.
14
-
15
-
### `project`
16
-
17
-
The path to the xcodeproj to build. Mutually exclusive with `workspace` and `spm-package`. Either `workspace`, `project` or `spm-package` must be set. See also `xcodebuild`'s `-project`.
18
-
19
-
### `spm-package`
20
-
21
-
The path to the SPM package (folder containing `Package.swift`) to build. Mutually exclusive with `project` and `workspace`. Either `workspace`, `project` or `spm-package` must be set.
22
-
23
-
### `scheme`
24
-
25
-
The scheme to build. Required when using a workspace or SPM package. See also `xcodebuild`'s `-scheme`.
26
-
27
-
### `target`
28
-
29
-
The target to build. See also `xcodebuild`'s `-target`.
30
-
31
-
### `destination`
32
-
33
-
The destination specifier to build. See also `xcodebuild`'s `-destination`.
34
-
35
-
### `configuration`
36
-
37
-
The configuration to build. See also `xcodebuild`'s `-configuration`.
38
-
39
-
### `sdk`
40
-
41
-
The SDK to use for building. See also `xcodebuild`'s `-sdk`.
42
-
43
-
### `arch`
44
-
45
-
The architecture to use for building. See also `xcodebuild`'s `-arch`.
46
-
47
-
### `xcconfig`
48
-
49
-
The path to an xcconfig file with build settings overrides. See also `xcodebuild`'s `-xcconfig`.
50
-
51
-
### `jobs`
52
-
53
-
The number of jobs to use for building. See also `xcodebuild`'s `-jobs`.
54
-
55
-
### `parallelize-targets`
56
-
57
-
If `true`, the targets will be built in parallel. See also `xcodebuild`'s `-parallelizeTargets`.
58
-
59
-
### `quiet`
60
-
61
-
If `true`, `xcodebuild` won't print anything except warnings and errors. See also `xcodebuild`'s `-quiet`.
62
-
63
-
### `hide-shell-script-environment`
64
-
65
-
If `true`, `xcodebuild` won't print the environment for shell build scripts. See also `xcodebuild`'s `-hideShellScriptEnvironment`.
66
-
67
-
### `enable-code-coverage`
68
-
69
-
If `true`, code coverage is enabled while testing. See also `xcodebuild`'s `-enableCodeCoverage`.
70
-
71
-
### `parallel-testing-enabled`
72
-
73
-
If `true`, tests are executed in parallel. See also `xcodebuild`'s `-parallel-testing-enabled`.
74
-
75
-
### `maximum-concurrent-test-device-destinations`
76
-
77
-
The maximum number of device destinations to run in parallel. See also `xcodebuild`'s `-maximum-concurrent-test-device-destinations`.
0 commit comments