From 63d39c9a44092667e577dddb23a53415c227c795 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 14 Nov 2023 12:22:07 +0800 Subject: [PATCH] Update pdf packages on iOS --- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- apple/OmnivoreKit/Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apple/Omnivore.xcworkspace/xcshareddata/swiftpm/Package.resolved b/apple/Omnivore.xcworkspace/xcshareddata/swiftpm/Package.resolved index 4d0dfb64b..d60e90e69 100644 --- a/apple/Omnivore.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/apple/Omnivore.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -167,8 +167,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/PSPDFKit/PSPDFKit-SP", "state" : { - "revision" : "f4ba9790488b8f11c29cff35943e430efcdb8003", - "version" : "12.0.1" + "revision" : "fcff39b2b7741662286dc4323ea255a0ea53fcd3", + "version" : "13.1.0" } }, { diff --git a/apple/OmnivoreKit/Package.swift b/apple/OmnivoreKit/Package.swift index afe997291..46084404c 100644 --- a/apple/OmnivoreKit/Package.swift +++ b/apple/OmnivoreKit/Package.swift @@ -73,6 +73,6 @@ var dependencies: [Package.Dependency] { .package(url: "https://github.com/PostHog/posthog-ios.git", from: "2.0.0") ] // Comment out following line for macOS build - deps.append(.package(url: "https://github.com/PSPDFKit/PSPDFKit-SP", from: "12.0.1")) + deps.append(.package(url: "https://github.com/PSPDFKit/PSPDFKit-SP", from: "13.1.0")) return deps }