iOS build: update icons

Latest xcode requires more and different(?) icons.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-11-29 07:15:39 -08:00
parent 016b73872f
commit 18d044d9dc
34 changed files with 125 additions and 43 deletions

View file

@ -243,8 +243,8 @@ include(deployment.pri)
include(../../../mobile-widgets/qml/kirigami/kirigami.pri)
ios {
ios_icon.files = $$files(../../../icons/AppIcon*.png)
QMAKE_ASSET_CATALOGS += ../storeIcon.xcassets
app_launch_images.files = ../SubsurfaceMobileLaunch.xib $$files(../SubsurfaceMobileLaunchImage*.png)
QMAKE_BUNDLE_DATA += app_launch_images ios_icon
QMAKE_BUNDLE_DATA += app_launch_images
QMAKE_INFO_PLIST = ../Info.plist
}