This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtiapp.xml
71 lines (71 loc) · 3.03 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
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<property name="acs-oauth-secret-production" type="string">1pjfScIfYViVdgSXwLXhmoWL9EyDUit2</property>
<property name="acs-oauth-key-production" type="string">H4pquVHxwtxv7QwWR3J9RuUizkvY6OBu</property>
<property name="acs-api-key-production" type="string">gre6CwYAfsk057yh5BN0XxU3NFt2H5TZ</property>
<property name="acs-oauth-secret-development" type="string">9OnPzeuEow0Dn7EQt8upXPHhsS4r0zAq</property>
<property name="acs-oauth-key-development" type="string">9pFTM2PVNeBolkmp8flayyfhTl7yVxRe</property>
<property name="acs-api-key-development" type="string">cS7CUtJOHWo0KWD7IXXXYCNR374hxH9o</property>
<property name="ti.facebook.appid">125520310866488</property>
<id>com.campustaps.campustaps</id>
<!--<id>com.campustaps.campustaps</id>-->
<name>Tappery</name>
<version>1.0</version>
<publisher>connorphillips</publisher>
<url>http://campustaps.com</url>
<description>not specified</description>
<copyright>2013 by connorphillips</copyright>
<icon>appIcon.png</icon>
<persistent-wifi>false</persistent-wifi>
<prerendered-icon>true</prerendered-icon>
<statusbar-style>default</statusbar-style>
<statusbar-hidden>false</statusbar-hidden>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>true</analytics>
<guid>a5acf816-d247-4c1d-95a3-17b3febdafa0</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>
<ios>
<plist>
<dict>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</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="iphone">facebook</module>
<module platform="iphone">analytics.google</module>
<module platform="iphone">sg.flurry</module>
<module platform="commonjs">ti.cloud</module>
</modules>
<deployment-targets>
<target device="tizen">false</target>
<target device="blackberry">false</target>
<target device="android">false</target>
<target device="ipad">false</target>
<target device="iphone">true</target>
<target device="mobileweb">false</target>
</deployment-targets>
<sdk-version>3.2.3.GA</sdk-version>
</ti:app>