Skip to content

OpenSoftwareSolutions/PDFReporterKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDFReporterKit

PDFReporter iOS Framework

Requirements

  • iOS 8.0+
  • Xcode 7.3+

Prerequisites

Dependencies

Building

  1. Clone this repository git clone git@github.com:OpenSoftwareSolutions/PDFReporterKit.git
  2. Run carthage update --platform iOS from the project root
  3. Download and unzip downloaded j2objc release to the project's parent directory (so the project can reach the j2objc at ../j2objc)
  4. Run xcodebuild -project PDFReporterKit.xcodeproj -scheme PDFReporterKit-Universal [-configuration configurationname] from the project root

Installation

  1. Build or download the framework
  2. Embed frameworks (PDFReporterKit, libHaru and libPng) in your project
  3. Link with dependencies (libxml2.dylib, libsqlite3.dylib and libz.dylib are located in /usr/lib)
  4. Add following to HEADER_SEARCH_PATHS of your project:
  • PATH/TO/PDFReporterKit.framework/Headers
  • J2OBJCROOT/include
  1. Modify FRAMEWORK_SEARCH_PATHS of your project so it contains the paths for the libHaru, libPng and PDFReporterKit.
  2. Add J2OBJCROOT/lib to LIBRARY_SEARCH_PATHS

Usage

See PDFReporter repository.