-
Notifications
You must be signed in to change notification settings - Fork 0
/
tiapp.xml
80 lines (80 loc) · 3.87 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
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>com.test</id>
<name>test</name>
<version>1.0</version>
<publisher>Master</publisher>
<url>http://</url>
<description/>
<copyright>2015 by Master</copyright>
<icon>appicon.png</icon>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>true</analytics>
<guid>ed1221d5-964d-4ed0-9ccc-6836109ff629</guid>
<property name="ti.ui.defaultunit" type="string">dp</property>
<ios>
<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="commonjs">ti.cloud</module>
</modules>
<deployment-targets>
<target device="iphone">false</target>
<target device="ipad">false</target>
<target device="android">true</target>
<target device="mobileweb">true</target>
</deployment-targets>
<sdk-version>4.0.0.GA</sdk-version>
<plugins>
<plugin version="1.0">ti.alloy</plugin>
</plugins>
<property name="appc-app-id" type="string">5585e6a86043d4883658a2b1</property>
<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">hhZNCWlt5JA3c99BLVkMdVxlYlfNCisR</property>
<property name="acs-oauth-key-development" type="string">pQZTythydI0AbUJFihQUOr01KUpVCtal</property>
<property name="acs-api-key-development" type="string">dP5FxlqS5A1NcNfIa9FQJ8rOQ2NJ5wTl</property>
<property name="acs-username-development" type="string">appc_app_user_dev</property>
<property name="acs-password-development" type="string">V7vWGGly0vx4CdYg03</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">H0eDiOkM1fcrsYvwmZ7vaXKd0teE2vja</property>
<property name="acs-oauth-key-production" type="string">AOR6NMZiU4yjrghJ6HQ2zZ2O10PijDa2</property>
<property name="acs-api-key-production" type="string">IOpmJC3AfXGKxzuOxWImJ2g2jixBKZzv</property>
<property name="acs-username-production" type="string">appc_app_user</property>
<property name="acs-password-production" type="string">GmeAljWPqOTFUI8WAM</property>
<property name="appc-org-id" type="string">100039490</property>
<property name="appc-creator-user-id" type="string">12f69a63-8ef8-451a-a1b4-8acdd8b4a64a</property>
</ti:app>