Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.67 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.67 KB

Pdfium

Platform Apple Silicon compatible CocoaPods compatible SPM compatible
Catalyst compatible Carthage incompatible

Release

1.0.0

Build date: 2022-10-20 16:20

Installation

Swift Package Manager

In your Xcode project go to: File -> Swift Packages -> Add Package Dependency
https://github.com/TechTeamer/ios-xc-pdfium.git

Cocoapods

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

Description

This is a new generation xcframework is built for Apple machines including iOS/iPadOS/macOS & Silicon processors.

We are using the bblanchon's builder scripts for building, but we extended it by ios-simulator for arm64 and x86_64 resolved the simulator 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