Skip to content

Commit

Permalink
Update to Xcode 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Aug 19, 2024
1 parent 4578eb4 commit 9e8c1ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
platform: ${{ 'iOS Simulator' }}
device: ${{ 'iPhone 15' }}
commit_sha: ${{ github.sha }}
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer

jobs:
build:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ This toolkit is a modular project, which follows the [Readium Architecture](http

<!-- https://swiftversion.net/ -->

| Readium | iOS | Swift compiler | Xcode |
|-----------|------|----------------|--------|
| `develop` | 13.0 | 5.9 | 15.0.1 |
| 3.0.0 | 13.0 | 5.9 | 15.0.1 |
| 2.5.1 | 11.0 | 5.6.1 | 13.4 |
| 2.5.0 | 10.0 | 5.6.1 | 13.4 |
| 2.4.0 | 10.0 | 5.3.2 | 12.4 |
| Readium | iOS | Swift compiler | Xcode |
|-----------|------|----------------|-------|
| `develop` | 13.0 | 5.10 | 15.4 |
| 3.0.0 | 13.0 | 5.10 | 15.4 |
| 2.5.1 | 11.0 | 5.6.1 | 13.4 |
| 2.5.0 | 10.0 | 5.6.1 | 13.4 |
| 2.4.0 | 10.0 | 5.3.2 | 12.4 |

## Using Readium

Expand Down

0 comments on commit 9e8c1ad

Please sign in to comment.