-
Notifications
You must be signed in to change notification settings - Fork 0
/
tiapp.xml
58 lines (58 loc) · 2.81 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">8RTShjkh6yUbeYIq4qKzRlnaNWtaR5f5</property>
<property name="acs-oauth-key-production" type="string">sBR9tAy4hORqzrZ8tYfraPNXLP9pj25n</property>
<property name="acs-api-key-production" type="string">AeJdeTWgQfQnDKfeWnPdpKhFH6f0cCgP</property>
<property name="acs-oauth-secret-development" type="string">hNk3mv1z9HgoGGikpXpPrL75EkVS3Jzs</property>
<property name="acs-oauth-key-development" type="string">h2gp8L3J20sOMTz0L62a4m8G10m7JJAL</property>
<property name="acs-api-key-development" type="string">VqrInB7qyxetHfzNxIKIvzctf6Y3k2U1</property>
<property name="ti.android.runtime">v8</property>
<property name="production" type="string">true</property>
<property name="ti.deploytype">production</property>
<deployment-targets>
<target device="tizen">false</target>
<target device="mobileweb">false</target>
<target device="iphone">true</target>
<target device="ipad">true</target>
<target device="android">false</target>
<target device="blackberry">false</target>
</deployment-targets>
<sdk-version>3.1.3.GA</sdk-version>
<id>com.mindsmesh.mobile</id>
<name>MindsMesh</name>
<version>1.2.0</version>
<publisher>Minds Mesh, Inc.</publisher>
<url>https://www.mindsmesh.com</url>
<description>Minds Mesh is an education social network which allows students to collaborate with their classmates through Facebook, mobile and tablet apps.</description>
<copyright>2012 Minds Mesh, Inc.</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>7663866c-0d05-45a6-ba8d-b0ed93730afc</guid>
<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">
<manifest>
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>
</android>
<modules>
<module platform="android">facebook</module>
<module platform="iphone">facebook</module>
<module platform="commonjs">ti.cloud</module>
</modules>
</ti:app>