Skip to content
Snippets Groups Projects
Commit 73f199eb authored by bpresles's avatar bpresles
Browse files

Removed alpha from icons for iOS. Added missing icon sizes. Added missing splash for iPhone X/Xs/Xr

parent 86161c5a
Branches
Tags
2 merge requests!567iOS support changes and mobile fixes,!566Changes for iOS 11 support (status bar), which includes update to Ionic 1.3.5,...
Showing
with 26 additions and 19 deletions
......@@ -60,26 +60,33 @@
</platform>
<platform name="ios">
<preference name="BackupWebStorage" value="local" />
<icon height="57" src="resources/ios/icon/icon.png" width="57" />
<icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
<icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
<icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
<icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
<icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
<icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
<icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
<icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
<icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
<icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
<icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
<icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
<icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
<icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
<icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
<icon height="20" src="resources/ios/icon/Icon-App-20x20@1x.png" width="20" />
<icon height="40" src="resources/ios/icon/Icon-App-20x20@2x.png" width="40" />
<icon height="60" src="resources/ios/icon/Icon-App-20x20@3x.png" width="60" />
<icon height="29" src="resources/ios/icon/Icon-App-29x29@1x.png" width="29" />
<icon height="58" src="resources/ios/icon/Icon-App-29x29@2x.png" width="58" />
<icon height="87" src="resources/ios/icon/Icon-App-29x29@3x.png" width="87" />
<icon height="40" src="resources/ios/icon/Icon-App-40x40@1x.png" width="40" />
<icon height="80" src="resources/ios/icon/Icon-App-40x40@2x.png" width="80" />
<icon height="120" src="resources/ios/icon/Icon-App-40x40@3x.png" width="120" />
<icon height="50" src="resources/ios/icon/Icon-App-50x50@1x.png" width="50" />
<icon height="100" src="resources/ios/icon/Icon-App-50x50@2x.png" width="100" />
<icon height="57" src="resources/ios/icon/Icon-App-57x57@1x.png" width="57" />
<icon height="114" src="resources/ios/icon/Icon-App-57x57@2x.png" width="114" />
<icon height="120" src="resources/ios/icon/Icon-App-60x60@2x.png" width="120" />
<icon height="180" src="resources/ios/icon/Icon-App-60x60@3x.png" width="180" />
<icon height="72" src="resources/ios/icon/Icon-App-72x72@1x.png" width="72" />
<icon height="144" src="resources/ios/icon/Icon-App-72x72@2x.png" width="144" />
<icon height="76" src="resources/ios/icon/Icon-App-76x76@1x.png" width="76" />
<icon height="152" src="resources/ios/icon/Icon-App-76x76@2x.png" width="152" />
<icon height="167" src="resources/ios/icon/Icon-App-83.5x83.5@2x.png" width="167" />
<icon height="1024" src="resources/ios/icon/ItunesArtwork@2x.png" width="1024" />
<splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
<splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
<splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
<splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" />
<splash height="2436" src="resources/ios/splash/Default-2436h.png" width="1125" />
<splash height="1125" src="resources/ios/splash/Default-Landscape-2436h.png" width="2436" />
<splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" />
<splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" />
<splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" />
......@@ -91,6 +98,7 @@
</edit-config>
</platform>
<engine name="android" spec="^6.2.3" />
<engine name="ios" spec="^4.5.5" />
<plugin name="cordova-plugin-camera" spec="^2.4.1" />
<plugin name="cordova-plugin-console" spec="^1.0.7" />
<plugin name="cordova-plugin-device" spec="^1.1.6" />
......@@ -106,7 +114,6 @@
<plugin name="cordova-plugin-x-toast" spec="^2.6.0" />
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
<plugin name="phonegap-plugin-barcodescanner" spec="git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git">
<variable name="CAMERA_USAGE_DESCRIPTION" value="QRCode scan" />
<variable name="CAMERA_USAGE_DESCRIPTION" value=" " />
</plugin>
<engine name="ios" spec="~4.5.5" />
</widget>
resources/ios/icon/Icon-App-20x20@1x.png

1.16 KiB

resources/ios/icon/Icon-App-20x20@2x.png

3.57 KiB

resources/ios/icon/Icon-App-20x20@3x.png

6.65 KiB

resources/ios/icon/Icon-App-29x29@1x.png

2.16 KiB

resources/ios/icon/Icon-App-29x29@2x.png

6.38 KiB

resources/ios/icon/Icon-App-29x29@3x.png

11.6 KiB

resources/ios/icon/Icon-App-40x40@1x.png

3.57 KiB

resources/ios/icon/Icon-App-40x40@2x.png

10.3 KiB

resources/ios/icon/Icon-App-40x40@3x.png

18.6 KiB

resources/ios/icon/Icon-App-50x50@1x.png

6.14 KiB

resources/ios/icon/Icon-App-50x50@2x.png

17.1 KiB

resources/ios/icon/Icon-App-57x57@1x.png

7.55 KiB

resources/ios/icon/Icon-App-57x57@2x.png

21.1 KiB

resources/ios/icon/Icon-App-60x60@2x.png

18.6 KiB

resources/ios/icon/Icon-App-60x60@3x.png

33.9 KiB

resources/ios/icon/Icon-App-72x72@1x.png

10.3 KiB

resources/ios/icon/Icon-App-72x72@2x.png

28.5 KiB

resources/ios/icon/Icon-App-76x76@1x.png

9.55 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment