-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathtimodule.xml
More file actions
26 lines (24 loc) · 753 Bytes
/
timodule.xml
File metadata and controls
26 lines (24 loc) · 753 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<ti:module xmlns:ti="http://ti.appcelerator.org" xmlns:android="http://schemas.android.com/apk/res/android">
<!--
Similar to tiapp.xml, but contains module/platform specific
configuration in <iphone>, <android>, and <mobileweb> sections
-->
<iphone>
<!-- Wouldn't it be great if this got transferred into tiapp.xml!? -->
<plist>
<dict>
<key>UIBackgroundModes</key>
<array>
<string>location</string>
<string>bluetooth-central</string>
<string>bluetooth-peripheral</string>
</array>
</dict>
</plist>
</iphone>
<android xmlns:android="http://schemas.android.com/apk/res/android">
</android>
<mobileweb>
</mobileweb>
</ti:module>