summaryrefslogtreecommitdiff
path: root/platform/ios/Info.plist
AgeCommit message (Collapse)Author
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