-
Notifications
You must be signed in to change notification settings - Fork 0
/
tiapp.xml
58 lines (58 loc) · 2.62 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
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<property name="acs-oauth-secret-production" type="string">6YxmRWUr4FaQoYFqpwWwuAPjSXJJRrYQ</property>
<property name="acs-oauth-key-production" type="string">OyOIC4rMXzdpgcLPbv5jIrQ80P6dU5JH</property>
<property name="acs-api-key-production" type="string">48VywW6ttt2nWENimzS2RVAX6wo9wjbY</property>
<property name="acs-oauth-secret-development" type="string">jbLbKL01ycb3OF8Xfh3zieXCjwmF124A</property>
<property name="acs-oauth-key-development" type="string">TrqafbMkHRQuGcVcC4YJ1Ydwi3NXACRU</property>
<property name="acs-api-key-development" type="string">Z223nefsyQWaMHb99L1z2wTIODJtoFXQ</property>
<id>com.hivemind.hivemind</id>
<name>hivemind</name>
<version>1.0</version>
<publisher>Dweebles Oddshocks Marc Brigham</publisher>
<url>http://webdevduy.com</url>
<description>Take and share notes collaboratively</description>
<copyright>2013 by David Gay, Duy Nguyen, Marc Brigham</copyright>
<icon>login.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>1e6bd6d1-e0fa-40e9-a02e-dab27c8aaec4</guid>
<property name="ti.ui.defaultunit" type="string">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">ti.cloud</module>
</modules>
<deployment-targets>
<target device="tizen">false</target>
<target device="blackberry">false</target>
<target device="android">true</target>
<target device="ipad">false</target>
<target device="iphone">false</target>
<target device="mobileweb">false</target>
</deployment-targets>
<sdk-version>3.0.0.GA</sdk-version>
</ti:app>