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
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
Copy file name to clipboardExpand all lines: src/jobs/ios_build.yml
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
description: Builds the iOS app at the given path with the given build scheme
2
2
3
-
executor: macos
4
-
5
3
parameters:
6
4
# For this job
7
5
checkout:
@@ -77,6 +75,19 @@ parameters:
77
75
description: Should we run brew update? Defaults to true
78
76
type: boolean
79
77
default: true
78
+
xcode_version:
79
+
description: The version of Xcode to use. See here for the list of supported versions https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
80
+
type: string
81
+
default: "12.4.0"
82
+
resource_class:
83
+
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
0 commit comments