Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Fix build with Xcode 12.5 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu authored Apr 29, 2021
1 parent 035ee08 commit 044ed23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ github "edrlab/GCDWebServer" "3.6.3"
github "jdg/MBProgressHUD" "1.2.0"
github "krzyzanowskim/CryptoSwift" "1.3.8"
github "onevcat/Kingfisher" "5.15.8"
github "readium/r2-lcp-swift" "2.0.0-beta.2"
github "readium/r2-navigator-swift" "2.0.0-beta.2"
github "readium/r2-opds-swift" "2.0.0-beta.2"
github "readium/r2-shared-swift" "2.0.0-beta.2"
github "readium/r2-streamer-swift" "2.0.0-beta.2"
github "readium/r2-lcp-swift" "7f68db4db071f0680da419fe908b89a0c5770a78"
github "readium/r2-navigator-swift" "8bf969bc5ca8f204cb76f0cf32d61cc0ecf73723"
github "readium/r2-opds-swift" "615458261b1786bc858b94772c29f55c97e44b68"
github "readium/r2-shared-swift" "d8b571d2ad66b2f7b7c44278e1269332b69559ab"
github "readium/r2-streamer-swift" "a781b5430b926370ee81de8a6c177a06d48d0f17"
github "scinfu/SwiftSoup" "2.3.2"
github "stephencelis/SQLite.swift" "0.12.2"
github "weichsel/ZIPFoundation" "0.9.11"
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@ github "readium/readium-opds-swift" "develop"
```

2) Fetch the dependencies using [Carthage](https://github.com/Carthage/Carthage) :
* [`mkdir -p Carthage/Build/iOS`](https://github.com/Carthage/Carthage/issues/3122#issuecomment-784865551)
* `carthage update --use-xcframeworks`

`$> carthage update --platform ios --use-xcframeworks`

3) Open the Xcode project :

`$> open r2-testapp-swift.xcodeproj`
3) Open the Xcode project: `open r2-testapp-swift.xcodeproj`

4) Build the project target named `r2-testapp-swift (carthage)`.

Expand Down

0 comments on commit 044ed23

Please sign in to comment.