-
Notifications
You must be signed in to change notification settings - Fork 39
/
config.xml
41 lines (22 loc) · 903 Bytes
/
config.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
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.rocksetta.tensorflowjs-tutorial"
versionCode = "10"
version = "1.02.04" > <!-- Change this before each compile -->
<name>Tensorflowjs Tutorial</name>
<description>
Tensorflowjs in an Android App
</description>
<author href="http://rocksetta.com">
Jeremy Ellis
</author>
<gap:plugin name="cordova-plugin-whitelist" source="npm"/> <!-- Yes this is needed -->
<access origin="*" />
<!-- all platforms -->
<preference name="phonegap-version" value="cli-8.0.0" />
<preference name="orientation" value="default" />
<preference name="fullscreen" value="true" />
<!-- Android only -->
<preference name="android-installLocation" value="auto" />
</widget>