Skip to content

Commit f37a822

Browse files
committed
Update app id.
Signed-off-by: Justin Lee <lis186@gmail.com>
1 parent c41147d commit f37a822

File tree

2 files changed

+28
-27
lines changed

2 files changed

+28
-27
lines changed

manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#appname:HowIsTheWeather
22
#publisher:lis186
3-
#url:http://www.herxun.co
3+
#url:http://www.lis186.com
44
#image:appicon.png
5-
#appid:co.herxun.HowIsTheWeather
5+
#appid:com.lis186.HowIsTheWeather
66
#desc:No description provided
77
#type:ipad
88
#guid:48a7a668-60f6-443b-b21c-ae00f97ead63

tiapp.xml

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,42 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<ti:app xmlns:ti="http://ti.appcelerator.org">
3+
<sdk-version>3.1.1.v20130523143543</sdk-version>
34
<deployment-targets>
5+
<target device="tizen">false</target>
46
<target device="mobileweb">true</target>
57
<target device="iphone">true</target>
68
<target device="ipad">true</target>
79
<target device="blackberry">false</target>
810
<target device="android">true</target>
911
</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>
1820
<persistent-wifi>false</persistent-wifi>
1921
<prerendered-icon>false</prerendered-icon>
2022
<statusbar-style>default</statusbar-style>
2123
<statusbar-hidden>false</statusbar-hidden>
2224
<fullscreen>false</fullscreen>
2325
<navbar-hidden>false</navbar-hidden>
2426
<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/>
4142
</ti:app>

0 commit comments

Comments
 (0)