Skip to content

Commit

Permalink
Use Xcode 12, Swift 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
interstateone committed Oct 14, 2020
1 parent 8d9897c commit f226ee1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
- uses: actions/[email protected]
- name: Run tests
env:
DEVELOPER_DIR: /Applications/Xcode_11.6.app
DEVELOPER_DIR: /Applications/Xcode_12.app
run: swift test
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2
5.3
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.2
// swift-tools-version:5.3
import PackageDescription

let package = Package(
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mint install RobotsAndPencils/xcodes
<details>
<summary>Build from source</summary>

Building from source requires Xcode 11.0 or later, so it's not an option for setting up a computer from scratch.
Building from source requires Xcode 12.0 or later, so it's not an option for setting up a computer from scratch.

```sh
git clone https://github.com/RobotsAndPencils/xcodes
Expand Down Expand Up @@ -98,7 +98,7 @@ Xcode 11.2.0 has been installed to /Applications/Xcode-11.2.0.app

## Development

You'll need Xcode 11 in order to build and run xcodes.
You'll need Xcode 12 in order to build and run xcodes.

<details>
<summary>Using Xcode</summary>
Expand Down

0 comments on commit f226ee1

Please sign in to comment.