add app icon and launchscreen on ios

This commit is contained in:
Michael Zanetti 2018-06-21 02:32:28 +02:00
parent 5f0e86b351
commit 2e49528353
19 changed files with 65 additions and 4 deletions

View File

@ -65,6 +65,12 @@ ios: {
QMAKE_SUBSTITUTES += plist
QMAKE_INFO_PLIST = $$OUT_PWD/Info.plist
OTHER_FILES += ../packaging/ios/Info.plist.in
ios_icon_files.files += $$files(../packaging/ios/AppIcon*.png)
ios_launch_images.files += $$files(../packaging/ios/LaunchImage*.png) ../packaging/ios/LaunchScreen1.xib
QMAKE_BUNDLE_DATA += ios_icon_files ios_launch_images
message("ls: $${qmake_launch_screen}")
}
BR=$$BRANDING

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -8,9 +8,31 @@
<string>mea</string>
<key>CFBundleGetInfoString</key>
<string>Created by Qt/QMake</string>
<key>CFBundleIconFile</key>
<string>${ASSETCATALOG_COMPILER_APPICON_NAME}</string>
<key>CFBundleIdentifier</key>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon1024x1024.png</string>
<string>AppIcon20x20.png</string>
<string>AppIcon20x20@2x.png</string>
<string>AppIcon20x20@3x.png</string>
<string>AppIcon29x29.png</string>
<string>AppIcon29x29@2x.png</string>
<string>AppIcon29x29@3x.png</string>
<string>AppIcon40x40.png</string>
<string>AppIcon40x40@2x.png</string>
<string>AppIcon40x40@3x.png</string>
<string>AppIcon60x60@2x.png</string>
<string>AppIcon60x60@3x.png</string>
<string>AppIcon76x76.png</string>
<string>AppIcon76x76@2x.png</string>
<string>AppIcon83.5x83.5@2x.png</string>
</array>
</dict>
</dict>
<key>CFBundleIdentifier</key>
<string>io.guh.mea</string>
<key>CFBundleName</key>
<string>mea</string>
@ -29,7 +51,7 @@
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<string>LaunchScreen1</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="NkK-cI-VU4">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchImage-iOS7.png" translatesAutoresizingMaskIntoConstraints="NO" id="FAW-vH-JGs">
<rect key="frame" x="27.5" y="93.5" width="320" height="480"/>
</imageView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="FAW-vH-JGs" firstAttribute="centerX" secondItem="NkK-cI-VU4" secondAttribute="centerX" id="jvB-8I-O9K"/>
<constraint firstItem="FAW-vH-JGs" firstAttribute="centerY" secondItem="NkK-cI-VU4" secondAttribute="centerY" id="mun-FV-Mo0"/>
</constraints>
<point key="canvasLocation" x="-817.5" y="-2971.5"/>
</view>
</objects>
<resources>
<image name="LaunchImage-iOS7.png" width="320" height="480"/>
</resources>
</document>