Skip to content

Commit

Permalink
iOS: update tarball names
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Dec 9, 2024
1 parent 3363cee commit cf6ca3b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ Here are the download links for latest release:
<tr>
<td rowspan="2">iOS</td>
<td>arm64</td>
<td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-ios-arm64.tgz">pdfium-ios-arm64.tgz</a></td>
<td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-ios-arm64.tgz">pdfium-v8-ios-arm64.tgz</a></td>
<td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-ios-device-arm64.tgz">pdfium-ios-device-arm64.tgz</a></td>
<td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-ios-device-arm64.tgz">pdfium-v8-ios-device-arm64.tgz</a></td>
</tr>
<tr>
<td>x64</td>
<td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-ios-x64.tgz">pdfium-ios-x64.tgz</a></td>
<td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-ios-x64.tgz">pdfium-v8-ios-x64.tgz</a></td>
<td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-ios-simulator-x64.tgz">pdfium-ios-simulator-x64.tgz</a></td>
<td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-ios-simulator-x64.tgz">pdfium-v8-ios-simulator-x64.tgz</a></td>
</tr>

<tr>
Expand Down
4 changes: 2 additions & 2 deletions nuget/bblanchon.PDFium.iOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!-- the native PDFium binaries -->
<!-- see list of available runtime identifiers -->
<!-- https://docs.microsoft.com/en-us/dotnet/core/rid-catalog -->
<file src="pdfium-ios-arm64/lib/libpdfium.dylib" target="runtimes/ios-arm64/native/libpdfium.dylib" />
<file src="pdfium-ios-x64/lib/libpdfium.dylib" target="runtimes/ios-x64/native/libpdfium.dylib" />
<file src="pdfium-ios-device-arm64/lib/libpdfium.dylib" target="runtimes/ios-device-arm64/native/libpdfium.dylib" />
<file src="pdfium-ios-simulator-x64/lib/libpdfium.dylib" target="runtimes/ios-simulator-x64/native/libpdfium.dylib" />
</files>
</package>
4 changes: 2 additions & 2 deletions nuget/bblanchon.PDFiumV8.iOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!-- the native PDFium binaries -->
<!-- see list of available runtime identifiers -->
<!-- https://docs.microsoft.com/en-us/dotnet/core/rid-catalog -->
<file src="pdfium-v8-ios-arm64/lib/libpdfium.dylib" target="runtimes/ios-arm64/native/libpdfium.dylib" />
<file src="pdfium-v8-ios-x64/lib/libpdfium.dylib" target="runtimes/ios-x64/native/libpdfium.dylib" />
<file src="pdfium-v8-ios-device-arm64/lib/libpdfium.dylib" target="runtimes/ios-device-arm64/native/libpdfium.dylib" />
<file src="pdfium-v8-ios-simulator-x64/lib/libpdfium.dylib" target="runtimes/ios-simulator-x64/native/libpdfium.dylib" />
</files>
</package>

0 comments on commit cf6ca3b

Please sign in to comment.