Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vfr/Reader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: eltonf/Reader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 1, 2014

  1. ReaderDocument no longer uses a filePath relative to the applicationD…

    …irectory. This change has been made due to a change in iOS 8 file disk storage. The application bundle is no longer stored in the same directory as the documents container and this was causing an immediate crash when running this library on iOS 8 (either compiled against the iOS7 or iOS8 SDK)
    Liam Nichols committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    37fc29f View commit details
    Browse the repository at this point in the history
  2. Removed personal code signing information

    Liam Nichols committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    1a67a7a View commit details
    Browse the repository at this point in the history
  3. removed old +applicationPath method

    Liam Nichols committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    191154b View commit details
    Browse the repository at this point in the history
Loading