-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtiapp.xml
More file actions
86 lines (86 loc) · 4.19 KB
/
tiapp.xml
File metadata and controls
86 lines (86 loc) · 4.19 KB
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
86
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>com.sample.test</id>
<name>sample</name>
<version>1.0</version>
<publisher>Ponni</publisher>
<url/>
<description/>
<copyright>2016 by Ponni</copyright>
<icon>appicon.png</icon>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>true</analytics>
<guid>f752471c-5178-45e2-9444-df35a5179ae7</guid>
<property name="ti.ui.defaultunit" type="string">dp</property>
<property name="run-on-main-thread" type="bool">true</property>
<ios>
<enable-launch-screen-storyboard>true</enable-launch-screen-storyboard>
<use-app-thinning>true</use-app-thinning>
<plist>
<dict>
<key>UISupportedInterfaceOrientations~iphone</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIRequiresPersistentWiFi</key>
<false/>
<key>UIPrerenderedIcon</key>
<false/>
<key>UIStatusBarHidden</key>
<false/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDefault</string>
</dict>
</plist>
</ios>
<android xmlns:android="http://schemas.android.com/apk/res/android"/>
<mobileweb>
<precache/>
<splash>
<enabled>true</enabled>
<inline-css-images>true</inline-css-images>
</splash>
<theme>default</theme>
</mobileweb>
<modules>
<module platform="android">hyperloop</module>
<module platform="iphone">hyperloop</module>
<module platform="commonjs">ti.cloud</module>
</modules>
<deployment-targets>
<target device="android">true</target>
<target device="ipad">false</target>
<target device="iphone">false</target>
<target device="mobileweb">true</target>
<target device="windows">false</target>
</deployment-targets>
<sdk-version>5.5.1.GA</sdk-version>
<property name="appc-app-id" type="string">58234cf95c6c28a205203caa</property>
<plugins>
<plugin>hyperloop</plugin>
</plugins>
<property name="acs-authbase-url-development" type="string">https://secure-identity.cloud.appcelerator.com</property>
<property name="acs-base-url-development" type="string">https://api.cloud.appcelerator.com</property>
<property name="acs-oauth-secret-development" type="string">jIHsOndCrC37g1mhALx1ETmYiuIgURFL</property>
<property name="acs-oauth-key-development" type="string">R4jXxeTqR0w8GZwrMn08Rds1nsYKF9n4</property>
<property name="acs-api-key-development" type="string">7HvIloWEfmVnaNIDz2L5NURt1XlP59EU</property>
<property name="acs-username-development" type="string">appc_app_user_dev</property>
<property name="acs-password-development" type="string">9kskyVIFpGhJPe9atT</property>
<property name="acs-authbase-url-production" type="string">https://secure-identity.cloud.appcelerator.com</property>
<property name="acs-base-url-production" type="string">https://api.cloud.appcelerator.com</property>
<property name="acs-oauth-secret-production" type="string">ATMTRgdfFkfxPwCA51tYRQfnOkZWExlq</property>
<property name="acs-oauth-key-production" type="string">RA4Z0AEqMwT9v5vMjaq1225wNDspsL7v</property>
<property name="acs-api-key-production" type="string">dVzn6XBglMoFERVIanqKgjHbhFfPgViO</property>
<property name="acs-username-production" type="string">appc_app_user</property>
<property name="acs-password-production" type="string">e6z6DODyctmQCy6Is7</property>
<property name="appc-org-id" type="string">100000295</property>
<property name="appc-creator-user-id" type="string">fca5e528-4b67-409e-b4bb-d7368f846580</property>
</ti:app>