Skip to content

Commit

Permalink
IOS Icons and splash screen, needed feature declaration for IOS file …
Browse files Browse the repository at this point in the history
…and status bar plugins
  • Loading branch information
Jakeii committed Jul 27, 2016
1 parent c999f2d commit 3bab743
Show file tree
Hide file tree
Showing 37 changed files with 56 additions and 2 deletions.
Binary file removed cordova/certelllogo-small.png
Binary file not shown.
58 changes: 56 additions & 2 deletions cordova/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<author email="[email protected]" href="http://certell.org">
The Tunapanda Institute, on behalf of Certell.org
</author>
<icon src="certelllogo-small.png" />
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
Expand All @@ -33,10 +32,65 @@
<preference name="StatusBarBackgroundColor" value="#1E4A5D" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<plugin name="cordova-plugin-crosswalk-webview" spec="~1.8.0" />
<plugin name="cordova-plugin-zip" spec="~3.1.0" />
<plugin name="cordova-plugin-background-download" spec="https://github.com/sgrebnov/cordova-plugin-background-download" />
<plugin name="cordova-plugin-statusbar" spec="~2.1.3" />
<engine name="android" spec="~5.2.0" />
<plugin name="cordova-plugin-file-transfer" spec="~1.5.0" />
<engine name="ios" spec="latest" />
<plugin name="cordova-plugin-file" spec="~4.2.0" />
<plugin name="cordova-plugin-zip" spec="~3.1.0" />

<feature name="File">
<param name="ios-package" value="CDVFile" />
</feature>
<feature name="StatusBar">
<param name="ios-package" value="CDVStatusBar" />
</feature>

<hook type="after_prepare" src="scripts/copyIcons.js" />

<platform name="ios">
<icon src="icons/ios/[email protected]" width="29" height="29" />
<icon src="icons/ios/[email protected]" width="58" height="58" />
<icon src="icons/ios/[email protected]" width="87" height="87" />

<icon src="icons/ios/[email protected]" width="40" height="40" />
<icon src="icons/ios/[email protected]" width="80" height="80" />
<icon src="icons/ios/[email protected]" width="120" height="120" />

<icon src="icons/ios/[email protected]" width="50" height="50" />
<icon src="icons/ios/[email protected]" width="100" height="100" />

<icon src="icons/ios/[email protected]" width="57" height="57" />
<icon src="icons/ios/[email protected]" width="114" height="114" />

<!--<icon src="icons/ios/[email protected]" width="60" height="60" />-->
<icon src="icons/ios/[email protected]" width="120" height="120" />
<icon src="icons/ios/[email protected]" width="180" height="180" />

<icon src="icons/ios/[email protected]" width="72" height="72" />
<icon src="icons/ios/[email protected]" width="144" height="144" />

<icon src="icons/ios/[email protected]" width="76" height="76" />
<icon src="icons/ios/[email protected]" width="152" height="152" />

<icon src="icons/ios/[email protected]" width="167" height="167" />

<splash src="splash/ios/Default-568h@2x~iphone_640x1136.png" width="640" height="1136"/>
<splash src="splash/ios/Default-1242@3x~iphone6s-landscape_2208x1242.png" width="2208" height="1242"/>
<splash src="splash/ios/Default-1242@3x~iphone6s-portrait_1242x2208.png" width="1242" height="2208"/>
<splash src="splash/ios/Default-750@2x~iphone6-landscape_1334x750.png" width="1334" height="750"/>
<splash src="splash/ios/Default-750@2x~iphone6-portrait_750x1334.png" width="750" height="1334"/>
<splash src="splash/ios/Default-Portrait~ipad_768x1024.png" width="768" height="1024"/>
<splash src="splash/ios/Default~ipad.png" width="750" height="1334"/>
<splash src="splash/ios/Default-Landscape~ipad_1024x768.png" width="1024" height="768"/>
<splash src="splash/ios/Default-Landscape~ipad_1024x748.png" width="1024" height="748"/>
<splash src="splash/ios/Default~iphone.png" width="320" height="480"/>
<splash src="splash/ios/Default-Landscape@2x~ipad_2048x1496.png" width="2048" height="1496"/>
<splash src="splash/ios/Default-Landscape@2x~ipad_2048x1536.png" width="2048" height="1536"/>
<splash src="splash/ios/Default-Portrait@2x~ipad_1536x2008.png" width="1536" height="2008"/>
<splash src="splash/ios/Default-Portrait@2x~ipad_1536x2048.png" width="1536" height="2048"/>
<splash src="splash/ios/Default@2x~iphone_640x960.png" width="640" height="960"/>
<splash src="splash/ios/Default.png" width="768" height="1004"/>
</platform>
</widget>
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/icons/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cordova/splash/ios/Default.png
Binary file added cordova/splash/ios/Default@2x~iphone_640x960.png
Binary file added cordova/splash/ios/Default~ipad.png
Binary file added cordova/splash/ios/Default~iphone.png

0 comments on commit 3bab743

Please sign in to comment.