summaryrefslogtreecommitdiff
path: root/ios/MuPDF.xcodeproj
AgeCommit message (Collapse)Author
2013-06-20Rearrange source files.Tor Andersson
2013-02-13Apple broke external scripts yet again.Tor Andersson
Disable the automatic "make generate" step from the build, since it doesn't work anymore. There appears to be some hidden environment setting used by the compiler which breaks external make compiling for host while Xcode is set to cross compile. This is a pointless waste of time to track down and fix, so now you will have to run the "make generate" step manually.
2012-12-08ios: Use fz_document interface directly.Tor Andersson
2012-08-08Add delete button to iOS library view.Tor Andersson
2012-03-21Update iOS app.Tor Andersson
2011-11-24Prepare for App Store release.Tor Andersson
2011-11-22Tweak search UI and use iOS 5 features for better toolbar buttons.Tor Andersson
2011-11-22Update About document and fix some search UI bugs in iOS app.Tor Andersson
2011-11-09Add simple document interface and XPS support to iOS app.Tor Andersson
2011-11-04Put Run Script build phase in a separate target so that Xcode can keep track ↵Tor Andersson
of dependecies.
2011-11-03Use nested UIScrollViews to support zooming as well as page flipping.Tor Andersson
2011-11-02Change Xcode project file search paths.Tor Andersson
2011-11-02Fix double free bug when cleaning up the document controller.Tor Andersson
2011-11-01Rename About.pdf and add high-res icon.Tor Andersson
2011-11-01Add howto sample document, page indicator and page scrubber.Tor Andersson
2011-11-01Add Icon to iOS viewer.Tor Andersson
2011-11-01Show "loading" message while rendering in background.Tor Andersson
2011-11-01Add Table of Contents / Outline view.Tor Andersson
2011-11-01Update project to Xcode 4.Tor Andersson
2011-11-01Tweak build scripts for iOS viewer.Tor Andersson
2011-11-01Add skeleton iOS viewer project.Tor Andersson
Support cross compiling for iPhone and iPad targets using the makefile.