Skip to content

Commit 7efe87c

Browse files
authored
Fix incorrect URL
1 parent acac8a7 commit 7efe87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ let package = Package(
1212
targets: [
1313
.binaryTarget(
1414
name: "PDFNet",
15-
url: "https://www.pdftron.com/downloads/ios/packages/9.1.0/PDFNet.xcframework.zip",
15+
url: "https://www.pdftron.com/downloads/ios/packages/9.0.1/PDFNet.xcframework.zip",
1616
checksum: "12a8fbe63fd7a790090df01180254980b8b2c5085f6e51f55d405c5d86477435"),
1717
.binaryTarget(
1818
name: "Tools",
19-
url: "https://www.pdftron.com/downloads/ios/packages/9.1.0/Tools.xcframework.zip",
19+
url: "https://www.pdftron.com/downloads/ios/packages/9.0.1/Tools.xcframework.zip",
2020
checksum: "dba14970fc54b2342e8460e9946bc5fb76c129a6e8cdf439256213e2bdcbdaea"),
2121
]
2222
)

0 commit comments

Comments
 (0)