|
1 |
| -<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <ti:app xmlns:ti="http://ti.appcelerator.org">
|
| 3 | + <sdk-version>3.1.1.v20130523143543</sdk-version> |
3 | 4 | <deployment-targets>
|
| 5 | + <target device="tizen">false</target> |
4 | 6 | <target device="mobileweb">true</target>
|
5 | 7 | <target device="iphone">true</target>
|
6 | 8 | <target device="ipad">true</target>
|
7 | 9 | <target device="blackberry">false</target>
|
8 | 10 | <target device="android">true</target>
|
9 | 11 | </deployment-targets>
|
10 |
| -<id>co.herxun.HowIsTheWeather</id> |
11 |
| -<name>HowIsTheWeather</name> |
12 |
| -<version>1.0</version> |
13 |
| -<publisher>lis186</publisher> |
14 |
| -<url>http://www.herxun.co</url> |
15 |
| -<description>No description provided</description> |
16 |
| -<copyright>2011 by lis186</copyright> |
17 |
| -<icon>appicon.png</icon> |
| 12 | + <id>com.lis186.HowIsTheWeather</id> |
| 13 | + <name>HowIsTheWeather</name> |
| 14 | + <version>1.1</version> |
| 15 | + <publisher>lis186</publisher> |
| 16 | + <url>http://www.lis186.com</url> |
| 17 | + <description>No description provided</description> |
| 18 | + <copyright>2011 by lis186</copyright> |
| 19 | + <icon>appicon.png</icon> |
18 | 20 | <persistent-wifi>false</persistent-wifi>
|
19 | 21 | <prerendered-icon>false</prerendered-icon>
|
20 | 22 | <statusbar-style>default</statusbar-style>
|
21 | 23 | <statusbar-hidden>false</statusbar-hidden>
|
22 | 24 | <fullscreen>false</fullscreen>
|
23 | 25 | <navbar-hidden>false</navbar-hidden>
|
24 | 26 | <analytics>true</analytics>
|
25 |
| -<guid>48a7a668-60f6-443b-b21c-ae00f97ead63</guid> |
26 |
| - <iphone> |
27 |
| - <orientations device="iphone"> |
28 |
| - <orientation>Ti.UI.PORTRAIT</orientation> |
29 |
| - </orientations> |
30 |
| - <orientations device="ipad"> |
31 |
| - <orientation>Ti.UI.PORTRAIT</orientation> |
32 |
| - </orientations> |
33 |
| - </iphone> |
34 |
| - <android xmlns:android="http://schemas.android.com/apk/res/android"> |
35 |
| - <manifest> |
36 |
| - <application android:screenOrientation="portrait"/> |
37 |
| - </manifest> |
38 |
| - </android> |
39 |
| - <modules> |
40 |
| - </modules> |
| 27 | + <guid>48a7a668-60f6-443b-b21c-ae00f97ead63</guid> |
| 28 | + <iphone> |
| 29 | + <orientations device="iphone"> |
| 30 | + <orientation>Ti.UI.PORTRAIT</orientation> |
| 31 | + </orientations> |
| 32 | + <orientations device="ipad"> |
| 33 | + <orientation>Ti.UI.PORTRAIT</orientation> |
| 34 | + </orientations> |
| 35 | + </iphone> |
| 36 | + <android xmlns:android="http://schemas.android.com/apk/res/android"> |
| 37 | + <manifest> |
| 38 | + <application android:screenOrientation="portrait"/> |
| 39 | + </manifest> |
| 40 | + </android> |
| 41 | + <modules/> |
41 | 42 | </ti:app>
|
0 commit comments