Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-19 | iOS, remove linker warnings (version mismatch). | jan Iversen | |
The Qt libraries are compiled as iOS 10.0, we link as iOS 8.0, this is a problem waiting to happen. First time we use a Qt function that uses a iOS 10.0 specific function the app will crash. Bumping iOS minimum version from 8.0 to 10.0 Removing the 76x icon, which are not valid from 10.0 and forward Signed-off-by: Jan Iversen <jani@apache.org> | |||
2017-11-29 | iOS build: add iTunes artwork | Dirk Hohndel | |
Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2017-11-29 | iOS build: update icons | Dirk Hohndel | |
Latest xcode requires more and different(?) icons. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |