aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/ios/Subsurface-mobile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-29 07:15:39 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-29 14:56:39 -0800
commit18d044d9dc3219df116e226aa8a1d2ddce38eaea (patch)
tree8cda9fd17504bcac16cb8f32113033b4139604f8 /packaging/ios/Subsurface-mobile
parent016b73872fa5997420c42e10ed987b892909da33 (diff)
downloadsubsurface-18d044d9dc3219df116e226aa8a1d2ddce38eaea.tar.gz
iOS build: update icons
Latest xcode requires more and different(?) icons. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios/Subsurface-mobile')
-rw-r--r--packaging/ios/Subsurface-mobile/Subsurface-mobile.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
index 11d935216..1ed507cc4 100644
--- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
+++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
@@ -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
}