summaryrefslogtreecommitdiffstats
path: root/packaging/ios/Subsurface-mobile
diff options
context:
space:
mode:
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
}