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

Commit

Permalink
2.2.0 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu authored Nov 1, 2021
1 parent a1d8243 commit d0901a8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 19 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
env:
scheme: ${{ 'r2-lcp-swift' }}
platform: ${{ 'iOS Simulator' }}
device: ${{ 'iPhone 13' }}

steps:
- name: Checkout
Expand All @@ -30,14 +31,11 @@ jobs:
rm -rf r2-lcp-swift.xcodeproj
- name: Build
run: |
device=`xcrun xctrace list devices 2>&1 | grep -oE 'iPhone.*?[^\(]+' | head -1 | awk '{$1=$1;print}'`
xcodebuild build-for-testing -scheme "$scheme" -destination "platform=$platform,name=$device"
# Tests require R2LCPClient.framework which is private.
# - name: Test
# run: |
# device=`xcrun xctrace list devices 2>&1 | grep -oE 'iPhone.*?[^\(]+' | head -1 | awk '{$1=$1;print}'`
# xcodebuild test-without-building -scheme "$scheme" -destination "platform=$platform,name=$device"
- name: Analyze
run: |
device=`xcrun xctrace list devices 2>&1 | grep -oE 'iPhone.*?[^\(]+' | head -1 | awk '{$1=$1;print}'`
xcodebuild analyze -scheme "$scheme" -destination "platform=$platform,name=$device"
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "krzyzanowskim/CryptoSwift" ~> 1.3.8
github "readium/r2-shared-swift" "develop"
github "readium/r2-shared-swift" ~> 2.2.0
github "stephencelis/SQLite.swift" ~> 0.12.2
github "weichsel/ZIPFoundation" == 0.9.11 # 0.9.12 requires iOS 12+
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github "cezheng/Fuzi" "3.1.3"
github "dexman/Minizip" "1.4.0"
github "krzyzanowskim/CryptoSwift" "1.4.1"
github "readium/r2-shared-swift" "7c66c3b7eb8711946b4fca4a1cce8f5ae0bc6bfe"
github "scinfu/SwiftSoup" "2.3.2"
github "krzyzanowskim/CryptoSwift" "1.4.2"
github "readium/r2-shared-swift" "2.2.0"
github "scinfu/SwiftSoup" "2.3.3"
github "stephencelis/SQLite.swift" "0.12.2"
github "weichsel/ZIPFoundation" "0.9.11"
18 changes: 9 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/krzyzanowskim/CryptoSwift.git",
"state": {
"branch": null,
"revision": "8d4f6384e0a8cc41f2005247241dd553963a492a",
"version": "1.4.1"
"revision": "4b0565384d3c4c588af09e660535b2c7c9bf5b39",
"version": "1.4.2"
}
},
{
Expand All @@ -23,27 +23,27 @@
"package": "r2-shared-swift",
"repositoryURL": "https://github.com/readium/r2-shared-swift.git",
"state": {
"branch": "develop",
"revision": "7c66c3b7eb8711946b4fca4a1cce8f5ae0bc6bfe",
"version": null
"branch": null,
"revision": "4c561d8a990e380ebde1e8c99aff9df992acb15b",
"version": "2.2.0"
}
},
{
"package": "SQLite.swift",
"repositoryURL": "https://github.com/stephencelis/SQLite.swift.git",
"state": {
"branch": null,
"revision": "0a9893ec030501a3956bee572d6b4fdd3ae158a1",
"version": "0.12.2"
"revision": "9af51e2edf491c0ea632e369a6566e09b65aa333",
"version": "0.13.0"
}
},
{
"package": "SwiftSoup",
"repositoryURL": "https://github.com/scinfu/SwiftSoup.git",
"state": {
"branch": null,
"revision": "774dc9c7213085db8aa59595e27c1cd22e428904",
"version": "2.3.2"
"revision": "02c63b7be50bda384f22c56c64d347231754a07e",
"version": "2.3.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.3.8"),
.package(url: "https://github.com/readium/r2-shared-swift.git", .branch("develop")),
.package(url: "https://github.com/readium/r2-shared-swift.git", from: "2.2.0"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.12.2"),
// 0.9.12 requires iOS 12+
.package(url: "https://github.com/weichsel/ZIPFoundation.git", "0.9.0"..<"0.9.12"),
Expand Down
4 changes: 2 additions & 2 deletions ReadiumLCP.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|

s.name = "ReadiumLCP"
s.version = "2.1.1"
s.version = "2.2.0"
s.license = "BSD 3-Clause License"
s.summary = "Readium LCP"
s.homepage = "http://readium.github.io"
s.author = { "Readium" => "[email protected]" }
s.source = { :git => "https://github.com/readium/r2-lcp-swift.git", :branch => "develop" }
s.source = { :git => "https://github.com/readium/r2-lcp-swift.git", :tag => "2.2.0" }
s.exclude_files = ["**/Info*.plist"]
s.requires_arc = true
s.resources = [
Expand Down

0 comments on commit d0901a8

Please sign in to comment.