aboutsummaryrefslogtreecommitdiffstats
path: root/tiapp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tiapp.xml')
-rw-r--r--tiapp.xml25
1 files changed, 21 insertions, 4 deletions
diff --git a/tiapp.xml b/tiapp.xml
index ba5f144..4b18934 100644
--- a/tiapp.xml
+++ b/tiapp.xml
@@ -1,13 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
+ <property name="acs-oauth-secret-production" type="string">8H6Tg8EVGSw8jhQqAI0YRyybF93hXqKM</property>
+ <property name="acs-oauth-key-production" type="string">cxUzPq23YVDCRyl1DZvXZya9BfiVeIr0</property>
+ <property name="acs-api-key-production" type="string">MJTTR0hSGOFif1GGDfrW5Zi5ySNNQIha</property>
+ <property name="acs-oauth-secret-development" type="string">FsWT4cYUAsNNZb2B2VzPpk7uyLNDE5On</property>
+ <property name="acs-oauth-key-development" type="string">GeOoGtXcFds17TLcC195J0akS57AnPlm</property>
+ <property name="acs-api-key-development" type="string">Qsx8MiLqKzuNJLNBXGYJ7NGzIcuNJ0el</property>
<deployment-targets>
- <target device="mobileweb">false</target>
+ <target device="mobileweb">true</target>
<target device="iphone">true</target>
<target device="ipad">true</target>
- <target device="android">false</target>
+ <target device="android">true</target>
<target device="blackberry">false</target>
</deployment-targets>
- <sdk-version>1.6.2</sdk-version>
+ <sdk-version>2.0.2.GA</sdk-version>
<id>com.likefeed.LikeFeed</id>
<name>LikeFeed</name>
<version>1.0</version>
@@ -25,6 +31,7 @@
<analytics>true</analytics>
<property name="ti.facebook.appid">258369447595838</property>
<guid>ccd110bb-8710-4380-ad4a-94d93e18d62a</guid>
+ <property name="ti.ui.defaultunit">system</property>
<iphone>
<orientations device="iphone">
<orientation>Ti.UI.PORTRAIT</orientation>
@@ -37,5 +44,15 @@
</orientations>
</iphone>
<android xmlns:android="http://schemas.android.com/apk/res/android"/>
- <modules/>
+ <mobileweb>
+ <precache/>
+ <splash>
+ <enabled>true</enabled>
+ <inline-css-images>true</inline-css-images>
+ </splash>
+ <theme>default</theme>
+ </mobileweb>
+ <modules>
+ <module platform="commonjs" version="2.0.5">ti.cloud</module>
+ </modules>
</ti:app>