mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update pdf packages on iOS
This commit is contained in:
parent
506fb27e1b
commit
63d39c9a44
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue