We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894289d commit b0d3dd7Copy full SHA for b0d3dd7
.circleci/config.yml
@@ -1,6 +1,6 @@
1
2
# Shared Xcode version between jobs
3
-xcode-version: &xcode-version "12.0.1"
+xcode-version: &xcode-version "12.4.0"
4
5
# This is the key that we use to store and restore our dependencies cache.
6
# It needs to be different anytime we add Pods, Gems, or npm packages.
CHANGELOG.md
@@ -3,6 +3,8 @@ Changelog
## master
+- Update CircleCI config to use Xcode 12.4.0
7
+
8
## [0.1.2]
9
10
- Allow iOS 11, tvOS 11, macOS 10.13 as deployment target with SPM.
0 commit comments