-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtiapp.xml
85 lines (85 loc) · 3.91 KB
/
tiapp.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<property name="ti.android.runtime">v8</property>
<property name="acs-oauth-secret-production" type="string">qocryb4EFuWH2TShVECBXht4nX0e8Z89</property>
<property name="acs-oauth-key-production" type="string">sys5x5vA0rpddWKrS8ll6TU0xTl7wjj9</property>
<property name="acs-api-key-production" type="string">0VmTBmEnR04JaL6RbAC98wrmwSKWsYru</property>
<property name="acs-oauth-secret-development" type="string">klortVoPmCdE6WtqQjJfGfZsijWSH9DT</property>
<property name="acs-oauth-key-development" type="string">AqUPnCkrzk7iHb1sf5DVkboAjlIzpMQD</property>
<property name="acs-api-key-development" type="string">BfoWoMRclEOytZr6rb7rilmjBugpXtvm</property>
<property name="ti.android.bug2373.title">\u30e1\u30c3\u30bb\u30fc\u30b8</property>
<property name="ti.android.bug2373.message">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u8d77\u52d5\u6e96\u5099\u3092\u884c\u3044\u307e\u3059</property>
<property name="ti.android.bug2373.buttonText">\u7d9a\u3051\u308b</property>
<property name="ti.android.bug2373.backgroundColor">black</property>
<deployment-targets>
<target device="tizen">false</target>
<target device="mobileweb">true</target>
<target device="iphone">true</target>
<target device="ipad">true</target>
<target device="android">true</target>
<target device="blackberry">false</target>
</deployment-targets>
<<<<<<< HEAD
<<<<<<< HEAD
<sdk-version>3.0.2.GA</sdk-version>
<id>com.xicolo.confess.dev.dev.app</id>
<name>Secret_dev</name>
<version>17</version>
=======
<sdk-version>2.1.4.GA</sdk-version>
=======
<sdk-version>3.1.0.GA</sdk-version>
>>>>>>> 2b7de7e8030ec84a8a4aee209adfe9eb5dd482e8
<id>com.xicolo.confess.dev.dev.app</id>
<name>Secret_dev</name>
<version>16</version>
>>>>>>> 55977c385a5febdb0faf75f2a6a9642308afe3bb
<publisher>fvi@</publisher>
<url>http://xicolo.com/wordpress</url>
<description>iOS implemented</description>
<copyright>2012 by xicolo</copyright>
<icon>title1.png</icon>
<persistent-wifi>false</persistent-wifi>
<prerendered-icon>false</prerendered-icon>
<statusbar-style>default</statusbar-style>
<statusbar-hidden>false</statusbar-hidden>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>true</analytics>
<guid>c024aca8-1e03-4020-9866-e0ded4891dd6</guid>
<property name="ti.ui.defaultunit">system</property>
<iphone>
<orientations device="iphone">
<orientation>Ti.UI.PORTRAIT</orientation>
</orientations>
<orientations device="ipad">
<orientation>Ti.UI.PORTRAIT</orientation>
<orientation>Ti.UI.UPSIDE_PORTRAIT</orientation>
<orientation>Ti.UI.LANDSCAPE_LEFT</orientation>
<orientation>Ti.UI.LANDSCAPE_RIGHT</orientation>
</orientations>
</iphone>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<application android:screenOrientation="portrait"/>
<tool-api-level>17</tool-api-level>
<manifest android:installLocation="auto"
android:versionCode="17" android:versionName="dev">
<supports-screens android:anyDensity="false"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
</manifest>
</android>
<mobileweb>
<precache/>
<splash>
<enabled>true</enabled>
<inline-css-images>true</inline-css-images>
</splash>
<theme>default</theme>
</mobileweb>
<modules>
<module platform="commonjs" version="2.3.1">ti.cloud</module>
<module version="2.0.1">ti.admob</module>
<module platform="android" version="2.2.0">ti.inappbilling</module>
<module platform="android" version="1.2.3">net.bajawa.pager</module>
</modules>
</ti:app>