summaryrefslogtreecommitdiff
path: root/platform/ios/Info.plist
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-02Bump version number.Tor Andersson
2016-10-26Bump version number to 1.10.Tor Andersson
2016-10-26Fix 697233: Add FB2 file type to mobile viewers.Tor Andersson
2016-04-21Bump patch-level.Tor Andersson
2016-04-12Fixes for building on XCode 7.3, and to use copies of images from the ↵fredrossperry
Android viewer project.
2016-04-06Bump version number.Tor Andersson
2015-12-15muPDF iOS app: Support for the latest (3.4.1) Crashlytics.fredrossperry
- added four zlib files to Makethird that contain functions needed by the new version. - added -Wno-implicit-function-declaration so these new files, which contain some implicit declarations, would build for iOS - added a section to Info.plist that holds the new API key, with an invalid value that the release build script will fill in. - changes to MuAppDelegate for the new version. <log></log>
2015-12-15muPDF iOS app: add bitcode and UIRequiresFullScreenfredrossperry
Starting with Xcode 7, bit code is enabled by default. This change enables it in the static libraries that are linked, by adding the appropriate compiler switch. Also added UIRequiresFullScreen to the plist; this seems to have no ill effect when uing XCode 6. <log></log>
2015-10-21Bump version number.Tor Andersson
2015-05-07Update version number to 1.7a for the bugfix release.Tor Andersson
2015-04-15ios: add epub to the list of handled file formatsTor Andersson
2014-10-12iOS: Remove CFBundleIcon* keys from the Info.plistJoseph Heenan
These are now generated by Xcode at build time from the asset catalogue, and the CFBundleIconFiles we had here was upsetting the app store validator.
2014-10-05iOS: Run at native res on iphone6/6+Joseph Heenan
All that is necessary is to add a launch xib.
2014-10-04iOS: convert app icons & launch image into image cataloguesJoseph Heenan
2014-09-30Bump version number.Tor Andersson
2014-07-01Fix bug #695346 - iOS app does not register to open CBZ files.Matt Holgate
Use the UTI 'public.cbz-archive' instead of the more generic 'public.zip-archive'. It's likely another app (or the OS) has an Exported UTI for 'public.zip-archive' which would take precedence over our Imported UTI and not have a 'cbz' extension. It's not entirely clear what the correct UTI to use for CBZs is (there are a few), but public.cbz-archive seems to be most likely candidate. Remove the 'zip' extension, as we probably don't want to load arbitrary zip files. Add mimetypes for all completeness, and separate OXPS from XPS as it has a different mimetype.
2014-06-10Bump version number to 1.5.Tor Andersson
2014-05-07iOS: add extra icon sizes for iOS 7Paul Gardiner
2014-04-02Bump the version number to 1.4.Tor Andersson
2013-11-27iOS: some fixes for iOS 7Paul Gardiner
2013-06-25Update ios project for reshuffle.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson