summaryrefslogtreecommitdiff
path: root/platform/ios/MuPDF.xcodeproj/xcshareddata
AgeCommit message (Collapse)Author
2017-01-09Remove platform/ios directory.Tor Andersson
The iOS viewer has been moved to its own git repository.
2016-12-02iOS: Let Xcode 8.1 perform it's recommended updatesJoseph Heenan
Only really important change is updating the deployment target to iOS 8, as earlier versions aren't supported by Xcode 8.1.
2016-04-12Fixes for building on XCode 7.3, and to use copies of images from the ↵fredrossperry
Android viewer project.
2014-07-14Add the ability to hook a post-archive script into the build process.Matt Holgate
Used by the Testflight build. The post-archive step requires nastiness to pass the result of the script back to the caller via a temporary file. The reason for this is that a bug in Xcode means that failures from post-archive steps do not get propagated back to the user who called xcodebuild archive. Also, update the postbuild script to explicitly invoke bash (so we can avoid assuming /bin/sh is bash, and to avoid problems where executable permissions aren't set properly).
2014-07-10Convert Xcode schemes to shared schemes, so that they are tracked in git.Matt Holgate
It is recommended that you delete any personal schemes that have the same name as the shared ones, for example by cleaning your git tree with: cd platform/ios/MuPDF.xcodeproj && git clean -X -f -d (this will wipe out any .gitignore'd files in your tree - so be careful. Make sure you use an uppercase -X option; the lowercase version will wipe non-ignored files!).