-
Notifications
You must be signed in to change notification settings - Fork 0
/
tiapp.xml
60 lines (60 loc) · 2.76 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
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<!-- Salesforce Configuration -->
<property name="force.consumer.key" type="string">3MVG9y6x0357HleeGM5rVppoqoJAARBMYndDBL6BXhG1jgiVznIjZ_3vF2osU.b4vcACDDf0KkZhFeWYoQykX</property>
<property name="force.consumer.secret" type="string">5013779482088693840</property>
<property name="acs-oauth-secret-production" type="string">39MhcFSDtV2dsx4XgwPoji2EZJW6TRu7</property>
<property name="acs-oauth-key-production" type="string">q3xiSPItBGoVuCuDL1AKgkbKwlaPPf2U</property>
<property name="acs-api-key-production" type="string">DgkCLQgW3umO008kuM3eFhSHztCDWh6F</property>
<property name="acs-oauth-secret-development" type="string">Ma2DS7WiRCXdUJQEBXnGeBQBsR0Z1PNN</property>
<property name="acs-oauth-key-development" type="string">o8dC2s9yr0IABloqVUlZCXSzjFxfj7Vq</property>
<property name="acs-api-key-development" type="string">9yL2BpmjxTn7L2mk70WlZQMFqw5U5MoW</property>
<deployment-targets>
<target device="mobileweb">false</target>
<target device="iphone">false</target>
<target device="ipad">false</target>
<target device="android">true</target>
<target device="blackberry">false</target>
</deployment-targets>
<sdk-version>2.1.0.GA</sdk-version>
<id>com.solcomla</id>
<name>StoreTheForce</name>
<version>1.0</version>
<publisher>najera</publisher>
<url>http://solcomla.com</url>
<description>not specified</description>
<copyright>2012 by najera</copyright>
<icon>appicon.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>90e4dbdf-71a9-48b9-b09a-e433617ee624</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"/>
<mobileweb>
<precache/>
<splash>
<enabled>true</enabled>
<inline-css-images>true</inline-css-images>
</splash>
<theme>default</theme>
</mobileweb>
<modules>
<module platform="commonjs" version="2.1.0">ti.cloud</module>
</modules>
</ti:app>