Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-12 | iOS: Remove CFBundleIcon* keys from the Info.plist | Joseph 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-05 | iOS: Run at native res on iphone6/6+ | Joseph Heenan | |
All that is necessary is to add a launch xib. | |||
2014-10-04 | iOS: convert app icons & launch image into image catalogues | Joseph Heenan | |
2014-09-30 | Bump version number. | Tor Andersson | |
2014-07-01 | Fix 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-10 | Bump version number to 1.5. | Tor Andersson | |
2014-05-07 | iOS: add extra icon sizes for iOS 7 | Paul Gardiner | |
2014-04-02 | Bump the version number to 1.4. | Tor Andersson | |
2013-11-27 | iOS: some fixes for iOS 7 | Paul Gardiner | |
2013-06-25 | Update ios project for reshuffle. | Tor Andersson | |
2013-06-20 | Rearrange source files. | Tor Andersson | |