Hopding / hummus-ios-build

Build static libraries of Hummus PDFWriter for iOS (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning

This project works, but is very much a work in progress, and documentation will be lacking.

Building Static Libraries

Run chmod +x ./build && ./build to generate the static library (.a) files in ./out. This will generate .a files for the following architectures, as well as a "universal" file that targets all of the architectures:

  • i386
  • x86_64
  • arm64
  • armv7s
  • armv7

NOTE: You can now use the .a files in other projects. Be sure to set their "Type" to Macho-O Object Code!

About

Build static libraries of Hummus PDFWriter for iOS (WIP)


Languages

Language:C 70.4%Language:C++ 19.9%Language:Shell 5.4%Language:Python 1.6%Language:Makefile 1.3%Language:Objective-C 0.7%Language:CMake 0.2%Language:M4 0.2%Language:HTML 0.1%Language:Awk 0.0%