Build date: 2023-12-04 10:40
Build date: 2023-07-28 14:26
Build date: 2022-11-09 00:03
iOS 15+
In your Xcode project go to: File -> Swift Packages -> Add Package Dependency
https://github.com/TechTeamer/ios-xc-pdfium.git
Just copy into your podfile, looks like this.
------------------------ Podfile ------------------------
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/TechTeamer/ios-xc-pdfium.git'
use_frameworks!
target 'YourApp' do
pod 'Pdfium'
end
---------------------------------------------------------
run:
pod repo update
pod install
This is a new generation xcframework is built for Apple machines including iOS/iPadOS/Simulators(arm64 & x86_64).
We are using the bblanchon's builder scripts for building, but we extended it with ios-simulator for arm64 and x86_64 resolved the simulator build issues.
You can find the release commits here: https://pdfium.googlesource.com/pdfium
You can find the official source here: https://pdfium.googlesource.com/pdfium/+/refs/heads/main
link |
Stars: 3 |
Last commit: 1 week ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics