Commit 5865483f886ae4338522e3c4e798dbad954b9f52

Authored by Adelmo Freitas
1 parent bcb38be4

ios changes

Showing 2 changed files with 35 additions and 6 deletions   Show diff stats
config.xml
... ... @@ -2,18 +2,18 @@
2 2 <widget id="com.ionicframework.confjuvapp748431" version="0.0.35" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3 3 <name>#3ConfJuv</name>
4 4 <description>Aplicativo móvel para 3ª Conferência Nacional de Juventude</description>
5   - <author email="confjuvapp@gmail.com" href="http://www.juventude.gov.br/"></author>
  5 + <author email="confjuvapp@gmail.com" href="http://www.juventude.gov.br/"/>
6 6 <content src="index.html"/>
7 7 <access origin="*"/>
8   - <allow-navigation href="*" />
9   - <allow-intent href="*" />
  8 + <allow-navigation href="*"/>
  9 + <allow-intent href="*"/>
10 10 <preference name="webviewbounce" value="false"/>
11 11 <preference name="UIWebViewBounce" value="false"/>
12 12 <preference name="DisallowOverscroll" value="true"/>
13 13 <preference name="BackupWebStorage" value="none"/>
14 14 <preference name="SplashScreen" value="screen"/>
15 15 <preference name="SplashScreenDelay" value="3000"/>
16   - <preference name="orientation" value="portrait" />
  16 + <preference name="orientation" value="portrait"/>
17 17 <feature name="StatusBar">
18 18 <param name="ios-package" value="CDVStatusBar" onload="true"/>
19 19 </feature>
... ... @@ -37,4 +37,32 @@
37 37 <splash src="resources/android/splash/drawable-port-xxhdpi-screen.png" density="port-xxhdpi"/>
38 38 <splash src="resources/android/splash/drawable-port-xxxhdpi-screen.png" density="port-xxxhdpi"/>
39 39 </platform>
40   -</widget>
  40 + <platform name="ios">
  41 + <icon src="resources/ios/icon/icon.png" width="57" height="57"/>
  42 + <icon src="resources/ios/icon/icon@2x.png" width="114" height="114"/>
  43 + <icon src="resources/ios/icon/icon-40.png" width="40" height="40"/>
  44 + <icon src="resources/ios/icon/icon-40@2x.png" width="80" height="80"/>
  45 + <icon src="resources/ios/icon/icon-50.png" width="50" height="50"/>
  46 + <icon src="resources/ios/icon/icon-50@2x.png" width="100" height="100"/>
  47 + <icon src="resources/ios/icon/icon-60.png" width="60" height="60"/>
  48 + <icon src="resources/ios/icon/icon-60@2x.png" width="120" height="120"/>
  49 + <icon src="resources/ios/icon/icon-60@3x.png" width="180" height="180"/>
  50 + <icon src="resources/ios/icon/icon-72.png" width="72" height="72"/>
  51 + <icon src="resources/ios/icon/icon-72@2x.png" width="144" height="144"/>
  52 + <icon src="resources/ios/icon/icon-76.png" width="76" height="76"/>
  53 + <icon src="resources/ios/icon/icon-76@2x.png" width="152" height="152"/>
  54 + <icon src="resources/ios/icon/icon-small.png" width="29" height="29"/>
  55 + <icon src="resources/ios/icon/icon-small@2x.png" width="58" height="58"/>
  56 + <icon src="resources/ios/icon/icon-small@3x.png" width="87" height="87"/>
  57 + <splash src="resources/ios/splash/Default-568h@2x~iphone.png" height="1136" width="640"/>
  58 + <splash src="resources/ios/splash/Default-667h.png" height="1334" width="750"/>
  59 + <splash src="resources/ios/splash/Default-736h.png" height="2208" width="1242"/>
  60 + <splash src="resources/ios/splash/Default-Landscape-736h.png" height="1242" width="2208"/>
  61 + <splash src="resources/ios/splash/Default-Landscape@2x~ipad.png" height="1536" width="2048"/>
  62 + <splash src="resources/ios/splash/Default-Landscape~ipad.png" height="768" width="1024"/>
  63 + <splash src="resources/ios/splash/Default-Portrait@2x~ipad.png" height="2048" width="1536"/>
  64 + <splash src="resources/ios/splash/Default-Portrait~ipad.png" height="1024" width="768"/>
  65 + <splash src="resources/ios/splash/Default@2x~iphone.png" height="960" width="640"/>
  66 + <splash src="resources/ios/splash/Default~iphone.png" height="480" width="320"/>
  67 + </platform>
  68 +</widget>
41 69 \ No newline at end of file
... ...
package.json
... ... @@ -20,6 +20,7 @@
20 20 "com.ionic.keyboard"
21 21 ],
22 22 "cordovaPlatforms": [
23   - "android"
  23 + "android",
  24 + "ios"
24 25 ]
25 26 }
26 27 \ No newline at end of file
... ...