-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtiapp.xml
More file actions
32 lines (32 loc) · 1.03 KB
/
tiapp.xml
File metadata and controls
32 lines (32 loc) · 1.03 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<ti:app
xmlns:ti="http://ti.appcelerator.org">
<id>com.miga.xml</id>
<name>Hyperloop XML</name>
<version>1.0</version>
<publisher>not specified</publisher>
<url>unspecified</url>
<description/>
<copyright>not specified</copyright>
<icon>appicon.png</icon>
<fullscreen>false</fullscreen>
<navbar-hidden>true</navbar-hidden>
<analytics>false</analytics>
<guid>ddcbf7be-2b8c-41cb-9999-294ff1c66872</guid>
<property name="ti.ui.defaultunit" type="string">dp</property>
<property name="run-on-main-thread" type="bool">true</property>
<ios/>
<android
xmlns:android="http://schemas.android.com/apk/res/android"/>
<modules>
<module>hyperloop</module>
</modules>
<deployment-targets>
<target device="android">true</target>
</deployment-targets>
<sdk-version>9.0.1.GA</sdk-version>
<plugins>
<plugin version="1.0">ti.alloy</plugin>
</plugins>
<property name="appc-app-id" type="string">5d84ec4dbac4d06360e4a30b</property>
</ti:app>