-
Notifications
You must be signed in to change notification settings - Fork 1
/
tiapp.xml
73 lines (73 loc) · 4.33 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
72
73
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>com.klimeto.mobileWFS</id>
<name>mobileWFS</name>
<version>1.0</version>
<publisher>klimeto</publisher>
<url>http://klimeto.com/</url>
<description/>
<copyright>2016 by klimeto</copyright>
<icon>appicon.png</icon>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>true</analytics>
<guid>a2d015af-0a49-4abf-9222-e8f43d397330</guid>
<property name="ti.ui.defaultunit" type="string">dp</property>
<android android:installLocation="preferExternal" xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:installLocation="preferExternal">
<application android:debuggable="true" android:hardwareAccelerated="false"/>
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="24"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-feature android:name="android.hardware.camera"/>
<uses-feature android:name="android.hardware.camera.autofocus"/>
<permission android:label="BLUETOOTH" android:name="android.permission.BLUETOOTH"/>
<permission android:name="android.permission.BLUETOOTH_ADMIN"/>
</manifest>
</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>
<module platform="android">com.tokenbros.utils</module>
<module platform="commonjs">nl.fokkezb.html2as</module>
</modules>
<deployment-targets>
<target device="iphone">false</target>
<target device="ipad">false</target>
<target device="android">true</target>
<target device="mobileweb">false</target>
<target device="windows">false</target>
</deployment-targets>
<sdk-version>5.3.1.GA</sdk-version>
<property name="ti.android.threadstacksize" type="int">131072</property>
<property name="ti.android.httpclient.maxbuffersize" type="int">131072</property>
<property name="appc-app-id" type="string">57ac91dccf92122029df1022</property>
<property name="acs-authbase-url-development" type="string">https://secure-identity.cloud.appcelerator.com</property>
<property name="acs-base-url-development" type="string">https://api.cloud.appcelerator.com</property>
<property name="acs-oauth-secret-development" type="string">CMdrw5Sr2Dr6XGX4WrrKYgbpXGOvAo7w</property>
<property name="acs-oauth-key-development" type="string">Cr6Cuw9RFsXn40ATKWqsTxLuyfoyYWUs</property>
<property name="acs-api-key-development" type="string">6JN1vf5UCJLPmtXOcv7EDTmOtYxfSP4A</property>
<property name="acs-username-development" type="string">appc_app_user_dev</property>
<property name="acs-password-development" type="string">VOL9zWx3TRmxqOz97A</property>
<property name="acs-authbase-url-production" type="string">https://secure-identity.cloud.appcelerator.com</property>
<property name="acs-base-url-production" type="string">https://api.cloud.appcelerator.com</property>
<property name="acs-oauth-secret-production" type="string">h5o5C5Huw83dEFT7bjujfqpon4sBMz52</property>
<property name="acs-oauth-key-production" type="string">1xXoeroPvVBpdMpTuRrvaTI6J0IBQcXr</property>
<property name="acs-api-key-production" type="string">Et0NrJ1AoKWzvfWZ4fq0d2Za4l5vATsJ</property>
<property name="acs-username-production" type="string">appc_app_user</property>
<property name="acs-password-production" type="string">JeIs4RpVCb9WfgIl6j</property>
<property name="appc-org-id" type="string">100084284</property>
<property name="appc-creator-user-id" type="string">8427d263-7bdf-4e77-98a8-a225cc6961d3</property>
</ti:app>