-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtiapp.xml
175 lines (171 loc) · 8.72 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<!-- Crosspad Development Keys
<sproperty name="acs-api-key-production" type="string">Y4QZPhPTMjyQjt1z8ckm1N9hs46rx1mQ</property>
<sproperty name="acs-api-key-development" type="string">4XgJjA31J3rtmoeY0TuNuDOR7oSWGb7M</property>
-->
<!-- ASPECT4 Day keys
<sproperty name="acs-api-key-production" type="string">5JFRpJaxPUVRyGl2f7fgpXEiIQ7lEGYq</property>
<sproperty name="acs-api-key-development" type="string">t3Fkc6wIUKMZmBQeoT8jBQ9B9NrroXhL</property>
-->
<!-- Crosspad Keys
<sproperty name="acs-api-key-production" type="string">1LnaxTFGrOzYfNFKRWpQ19XuTSg0dWF5</property>
<sproperty name="acs-api-key-development" type="string">NSXEznksMPhUTSO8vh5I2H9iyFqN5p2E</property>
-->
<property name="acs-api-key-production" type="string">Y4QZPhPTMjyQjt1z8ckm1N9hs46rx1mQ</property>
<property name="acs-api-key-development" type="string">4XgJjA31J3rtmoeY0TuNuDOR7oSWGb7M</property>
<id>dk.eg.mobile.crosspad.aspect4.inhouse</id>
<name>Crosspaddev</name>
<version>1.4.01</version>
<publisher>EG</publisher>
<url>http://www.eg.dk</url>
<description>not specified</description>
<copyright>2015 by EG A/S</copyright>
<icon>appicon.png</icon>
<fullscreen>false</fullscreen>
<navbar-hidden>true</navbar-hidden>
<analytics>false</analytics>
<guid>8e4218f2-6f8f-47e4-902f-6b471b63bb7e</guid>
<property name="ti.ui.defaultunit" type="string">dp</property>
<ios>
<plist>
<dict>
<key>UISupportedInterfaceOrientations~iphone</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedExternalAccessoryProtocols</key>
<array>
<string>com.datecs.linea.pro.msr</string>
<string>com.datecs.linea.pro.bar</string>
</array>
<key>UIRequiresPersistentWiFi</key>
<false/>
<key>UIPrerenderedIcon</key>
<false/>
<key>UIStatusBarHidden</key>
<false/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDefault</string>
<!-- string>UIStatusBarStyleLightContent</string -->
<key>UIBackgroundModes</key>
<array>
<string>bluetooth-central</string>
<string>bluetooth-peripheral</string>
<!--string>location</string-->
<string>remote-notification</string>
<string>fetch</string>
<string>external-accessory</string>
</array>
<key>NSLocationAlwaysUsageDescription</key>
<string/>
<key>NSLocationWhenInUseUsageDescription</key>
<string/>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<!-- same as ti:app/id - replacename is used by ant-->
<string replacename="appNamespace">dk.eg.mobile.crosspad.aspect4.inhouse</string>
<key>CFBundleURLSchemes</key>
<array>
<!-- custom scheme - replacename is used by ant-->
<string replacename="appScheme">aspect4crosspadinhouse</string>
</array>
</dict>
</array>
</dict>
</plist>
</ios>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:versionCode="1401" android:versionName="1.4.01">
<!--<supports-screens android:largeScreens="true" android:xlargeScreens="true"/> -->
<!-- Add android:required="false" to landscape and camera requirement
All uses-feature lines should have android:required="false" when building for google play
<uses-feature android:name="android.hardware.screen.landscape" android:required="false"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
-->
<!-- Not sure this line is necessary
<uses-feature android:name="android.hardware.telephony" android:required="false"/>
-->
<!-- Specify OpenGL ES 2.0 as a requirement -->
<uses-feature android:glEsVersion="0x00020000" android:required="true"/>
<uses-permission android:name="android.permission.READ_CONTACTS"/>
<application android:debuggable="false"
android:hardwareAccelerated="true"
android:icon="@drawable/appicon"
android:label="@string/appname"
android:name="CrosspaddevApplication"
android:theme="@style/Crosspad" android:uiOptions="splitActionBarWhenNarrow">
<!-- Replace "PASTE YOUR GOOGLE MAPS API KEY HERE" with the Google API key you obtained -->
<meta-data
android:name="com.google.android.maps.v2.API_KEY" android:value="AIzaSyA0jXOoebZMRO0kJDLFPxEo34Q-UWSuQhs"/>
<activity
android:configChanges="keyboardHidden|orientation"
android:label="@string/appname"
android:name=".CrosspaddevActivity"
android:screenOrientation="portrait" android:theme="@style/CrosspadActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<category android:name="android.intent.category.LAUNCHER"/>
<data android:scheme="aspect4crosspadinhouse"/>
</intent-filter>
</activity>
<activity
android:configChanges="keyboardHidden|orientation|screenSize" android:name="org.appcelerator.titanium.TiActivity">
<meta-data android:name="android.support.UI_OPTIONS" android:value="splitActionBarWhenNarrow"/>
</activity>
</application>
</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">ti.cloudpush</module>
<module platform="iphone">ti.map</module>
<module platform="android">ti.map</module>
<module deploy-type="test" platform="iphone">ti.touchid</module>
<module deploy-type="production" platform="iphone">ti.touchid</module>
<module platform="android" version="2.0.2">ti.paint</module>
<module platform="iphone" version="1.4.0">ti.paint</module>
<module platform="android" version="2.2.1">ti.imagefactory</module>
<module platform="iphone" version="1.2.0">ti.imagefactory</module>
<module platform="iphone" version="0.6">dk.eg.crosspad.linea.scanner</module>
<module platform="iphone" version="4.3.0">com.mirasense.scanditsdk</module>
<module platform="android" version="4.3.0">com.mirasense.scanditsdk</module>
<module platform="iphone" version="1.9.1">ti.barcode</module>
<module platform="android" version="2.3.5">ti.barcode</module>
<module platform="android" version="1.2.3">ti.draggable</module>
<module platform="iphone" version="1.2.8">com.logicallabs.bluetoothle</module>
<module platform="iphone" version="1.1.2">com.omorandi</module>
</modules>
<deployment-targets>
<target device="blackberry">false</target>
<target device="android">true</target>
<target device="ipad">true</target>
<target device="iphone">true</target>
<target device="mobileweb">true</target>
</deployment-targets>
<sdk-version>3.5.1.GA</sdk-version>
<plugins>
<plugin version="1.0">ti.alloy</plugin>
</plugins>
</ti:app>