Skip to content

Commit 78aad72

Browse files
authored
feat(ios): Upgrading Xcode to 11.0 (#45 by @springcoil)
BREAKING CHANGE: You should confirm that your app is able to build on Xcode 11 before upgrade, however, most app will already support this.
1 parent a428608 commit 78aad72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executors/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
xcode_version:
33
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
44
type: string
5-
default: '10.1.0'
5+
default: '11.0.0'
66
resource_class:
77
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
88
type: string

0 commit comments

Comments
 (0)