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 4c885db commit 38f7d7bCopy full SHA for 38f7d7b
.circleci/config.yml
@@ -6,7 +6,7 @@ defaults:
6
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
7
BUNDLE_PATH: vendor/bundle
8
macos:
9
- xcode: "11.4.0"
+ xcode: "12.0.0"
10
shell: /bin/bash --login -eo pipefail
11
- &prepare-storage
12
run:
Rakefile
@@ -17,7 +17,7 @@ SCHEME_NAME = 'swiftgen'
17
CONFIGURATION = 'Debug'
18
RELEASE_CONFIGURATION = 'Release'
19
POD_NAME = 'SwiftGen'
20
-MIN_XCODE_VERSION = 11.4
+MIN_XCODE_VERSION = 12.0
21
22
BUILD_DIR = File.absolute_path('./build')
23
BIN_NAME = 'swiftgen'
0 commit comments