-
Notifications
You must be signed in to change notification settings - Fork 5
/
tiapp.xml
79 lines (79 loc) · 3.28 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
<?xml version="1.0" encoding="UTF-8"?>
<ti:app
xmlns:ti="http://ti.appcelerator.org">
<id>it.wikimedia.wikilovesmonuments</id>
<name>WLM Italia</name>
<version>2.7.0</version>
<publisher>Ferdinando Traversa</publisher>
<url>https://cerca.wikilovesmonuments.it</url>
<description>App per trovare i monumenti partecipanti a Wiki Loves Monuments con la propria posizione.</description>
<copyright>Ferdinando Traversa - Apache License</copyright>
<icon>appicon.png</icon>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>false</analytics>
<guid>f093b517-5ca4-4f95-ae5a-67a618d3f9e1</guid>
<property name="ti.ui.defaultunit" type="string">dp</property>
<property name="run-on-main-thread" type="bool">true</property>
<ios>
<enable-launch-screen-storyboard>true</enable-launch-screen-storyboard>
<use-app-thinning>true</use-app-thinning>
<plist>
<dict>
<key>UISupportedInterfaceOrientations~iphone</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIRequiresPersistentWiFi</key>
<false/>
<key>UIPrerenderedIcon</key>
<false/>
<key>UIStatusBarHidden</key>
<false/>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Abbiamo bisogno della tua posizione per poterti localizzare ed indicare quali sono i monumenti più vicini a te.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Abbiamo bisogno dell'accesso alle tue fotografie in modo che tu possa caricarle direttamente dall'app e partecipare al concorso.</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>
</ios>
<android
xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:versionCode="38"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<application android:theme="@style/Theme.Titanium.DayNight"/>
</manifest>
</android>
<modules>
<module platform="android">ti.osm</module>
<module platform="iphone">ti.map</module>
<!-- <module>hyperloop</module> -->
<module platform="android">ti.playservices</module>
<module platform="iphone">ti.identity</module>
<module platform="android">ti.identity</module>
<module platform="iphone">ti.webdialog</module>
<module platform="android">ti.webdialog</module>
</modules>
<deployment-targets>
<target device="android">true</target>
<target device="ipad">true</target>
<target device="iphone">true</target>
</deployment-targets>
<sdk-version>11.1.0.GA</sdk-version>
<sdk-version>11.1.0.GA</sdk-version>
<plugins>
<plugin version="1.0">ti.alloy</plugin>
</plugins>
<property name="ti.playservices.validate.on.startup" type="bool">false</property>
</ti:app>