Skip to content

Commit 8ea4d55

Browse files
committed
Merge branch 'release/openebooks/2.5.1'
2 parents 089cd87 + 6b673ba commit 8ea4d55

39 files changed

Lines changed: 206 additions & 165 deletions

.github/workflows/archive-and-upload.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Check Carthage version
2121
run: command -v carthage && carthage version
2222
- name: Checkout main repo
23-
uses: actions/checkout@v2.3.4
23+
uses: actions/checkout@v2
2424
with:
2525
token: ${{ secrets.IOS_DEV_CI_PAT }}
2626
- name: Add Private Repo Auth
@@ -46,14 +46,16 @@ jobs:
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.IOS_DEV_CI_PAT }}
4848
steps:
49-
- name: Force Xcode 13.3.1
50-
run: sudo xcode-select -switch /Applications/Xcode_13.1.app
49+
- name: Check available Xcodes
50+
run: ls -la /Applications | grep Xcode
51+
- name: Force Xcode we use for development
52+
run: sudo xcode-select -switch /Applications/Xcode_13.4.1.app
5153
- name: Install Firebase Tools
5254
run: npm install -g firebase-tools
5355
- name: Check Firebase Tools version
5456
run: command -v firebase && firebase --version
5557
- name: Checkout main repo and submodules
56-
uses: actions/checkout@v2.3.4
58+
uses: actions/checkout@v2
5759
with:
5860
submodules: true
5961
token: ${{ secrets.IOS_DEV_CI_PAT }}
@@ -70,7 +72,7 @@ jobs:
7072
GITHUB_REPO_OWNER: ${{ github.repository_owner }}
7173
- name: Checkout Adobe RMSDK
7274
if: needs.version-check.outputs.simplye_changed == '1'
73-
uses: actions/checkout@v2.3.4
75+
uses: actions/checkout@v2
7476
with:
7577
repository: NYPL-Simplified/DRM-iOS-AdeptConnector
7678
token: ${{ secrets.IOS_DEV_CI_PAT }}

.github/workflows/non-drm-build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ jobs:
55
build:
66
runs-on: macOS-12
77
steps:
8+
- name: Print System Info
9+
run: uname -a
810
- name: Check available Xcodes
9-
run: ls -la /Applications
10-
- name: Force Xcode 13.3.1
11-
run: sudo xcode-select -switch /Applications/Xcode_13.1.app
11+
run: ls -la /Applications | grep Xcode
12+
- name: Force Xcode we use for development
13+
run: sudo xcode-select -switch /Applications/Xcode_13.4.1.app
1214
- name: Checkout main repo
1315
uses: actions/checkout@v2
1416
- name: Set up repo for nonDRM build

.github/workflows/unit-testing.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,19 @@ jobs:
88
env:
99
GITHUB_TOKEN: ${{ secrets.IOS_DEV_CI_PAT }}
1010
steps:
11-
- name: Force Xcode 13.3.1
12-
run: sudo xcode-select -switch /Applications/Xcode_13.1.app
1311
- name: Print System Info
1412
run: uname -a
13+
- name: Check available Xcodes
14+
run: ls -la /Applications | grep Xcode
15+
- name: Force Xcode we use for development
16+
run: sudo xcode-select -switch /Applications/Xcode_13.4.1.app
1517
- name: Checkout main repo and submodules
16-
uses: actions/checkout@v2.3.4
18+
uses: actions/checkout@v2
1719
with:
1820
submodules: true
1921
token: ${{ secrets.IOS_DEV_CI_PAT }}
2022
- name: Checkout Adobe RMSDK
21-
uses: actions/checkout@v2.3.4
23+
uses: actions/checkout@v2
2224
with:
2325
repository: NYPL-Simplified/DRM-iOS-AdeptConnector
2426
token: ${{ secrets.IOS_DEV_CI_PAT }}

Axis-iOS

Cartfile.resolved

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json" "8.15.0"
2-
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseCrashlyticsBinary.json" "8.15.0"
1+
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json" "9.4.0"
2+
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseCrashlyticsBinary.json" "9.4.0"
33
github "NYPL-Simplified/PDFRendererProvider-iOS" "d63e6ba168cb91617a4aca5e306a92af1dd4497c"
44
github "cezheng/Fuzi" "3.1.3"
55
github "dexman/Minizip" "1.4.0"
6-
github "krzyzanowskim/CryptoSwift" "1.4.3"
7-
github "ra1028/DifferenceKit" "1.2.0"
6+
github "krzyzanowskim/CryptoSwift" "1.5.1"
7+
github "ra1028/DifferenceKit" "1.3.0"
88
github "readium/GCDWebServer" "3.7.1"
9-
github "readium/swift-toolkit" "213b4b212de1b7a2198a42b37387d0def3ec22a8"
10-
github "scinfu/SwiftSoup" "2.4.2"
9+
github "readium/swift-toolkit" "5278ddc4c12c69aa6c5946ed4a4e09c0ebf642e3"
10+
github "scinfu/SwiftSoup" "2.4.3"
1111
github "stephencelis/SQLite.swift" "0.12.2"
1212
github "weichsel/ZIPFoundation" "0.9.11"
1313
github "zxingify/zxingify-objc" "3.6.7"

NYPLAEToolkit

RDServices.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
118A0E201992B3FD00792DDE /* Project object */ = {
390390
isa = PBXProject;
391391
attributes = {
392-
LastUpgradeCheck = 1330;
392+
LastUpgradeCheck = 1340;
393393
ORGANIZATIONNAME = Readium;
394394
};
395395
buildConfigurationList = 118A0E231992B3FD00792DDE /* Build configuration list for PBXProject "RDServices" */;
@@ -537,7 +537,7 @@
537537
"\"$(NYPLADEPT_ADOBE_SDK)/DRM_Connector_Prerelease/dp/public\"",
538538
"\"$(NYPLADEPT_ADOBE_SDK)/DRM_Connector_Prerelease/xml/uft/public\"",
539539
);
540-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
540+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
541541
ONLY_ACTIVE_ARCH = YES;
542542
SDKROOT = iphoneos;
543543
STRIP_INSTALLED_PRODUCT = NO;
@@ -590,7 +590,7 @@
590590
"\"$(NYPLADEPT_ADOBE_SDK)/DRM_Connector_Prerelease/dp/public\"",
591591
"\"$(NYPLADEPT_ADOBE_SDK)/DRM_Connector_Prerelease/xml/uft/public\"",
592592
);
593-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
593+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
594594
SDKROOT = iphoneos;
595595
STRIP_INSTALLED_PRODUCT = NO;
596596
VALIDATE_PRODUCT = YES;

RDServices.xcodeproj/xcshareddata/xcschemes/RDServices.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1330"
3+
LastUpgradeVersion = "1340"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)