Skip to content

TechTeamer/ios-xc-pdfium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pdfium

Platform Apple Silicon compatible CocoaPods compatible SPM compatible
Catalyst compatible

Release

1.3.0

Build date: 2024-03-18 12:08

1.2.0

Build date: 2023-12-04 10:40

1.1.0

Build date: 2023-07-28 14:26

1.0.0

Build date: 2022-11-09 00:03

Minimum runtime requirements

iOS 15+

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/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