Skip to content

Commit 38f7d7b

Browse files
committed
Ensure we compile with Xcode 12
1 parent 4c885db commit 38f7d7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defaults:
66
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
77
BUNDLE_PATH: vendor/bundle
88
macos:
9-
xcode: "11.4.0"
9+
xcode: "12.0.0"
1010
shell: /bin/bash --login -eo pipefail
1111
- &prepare-storage
1212
run:

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SCHEME_NAME = 'swiftgen'
1717
CONFIGURATION = 'Debug'
1818
RELEASE_CONFIGURATION = 'Release'
1919
POD_NAME = 'SwiftGen'
20-
MIN_XCODE_VERSION = 11.4
20+
MIN_XCODE_VERSION = 12.0
2121

2222
BUILD_DIR = File.absolute_path('./build')
2323
BIN_NAME = 'swiftgen'

0 commit comments

Comments
 (0)