Skip to content

kelemenjeno/pdfium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published