-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtiapp.xml
More file actions
147 lines (147 loc) · 7.69 KB
/
tiapp.xml
File metadata and controls
147 lines (147 loc) · 7.69 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<property name="acs-oauth-secret-production" type="string">1uVeJm29HMBosDLP4aHEyrt6o6l0m3PJ</property>
<property name="acs-oauth-key-production" type="string">x5SAQ0EXLT08aZthOWfD2Pzj9pAFmcJN</property>
<property name="acs-api-key-production" type="string">4vDZEnam2czuezEuJ0Rh2JJNdgBn52tM</property>
<property name="acs-oauth-secret-development" type="string">HhIXVoaTnqMCr4Qi25GfLJivWSawTCbc</property>
<property name="acs-oauth-key-development" type="string">RXLz4C4zXWwyuihRLW6xlpg6rmdzUYH8</property>
<property name="acs-api-key-development" type="string">VkqmqNRXbjTeXXzP8DQhTiiSTNFE20PH</property>
<!--<property name="acs-oauth-secret-development" type="string">1uVeJm29HMBosDLP4aHEyrt6o6l0m3PJ</property>
<property name="acs-oauth-key-development" type="string">x5SAQ0EXLT08aZthOWfD2Pzj9pAFmcJN</property>
<property name="acs-api-key-development" type="string">4vDZEnam2czuezEuJ0Rh2JJNdgBn52tM</property>
<property name="acs-oauth-secret-production" type="string">HhIXVoaTnqMCr4Qi25GfLJivWSawTCbc</property>
<property name="acs-oauth-key-production" type="string">RXLz4C4zXWwyuihRLW6xlpg6rmdzUYH8</property>
<property name="acs-api-key-production" type="string">VkqmqNRXbjTeXXzP8DQhTiiSTNFE20PH</property> -->
<id>de.metafinanz.mixnmatch</id>
<name>MixnMatch</name>
<version>1.1.0</version>
<publisher>Thomas Reinberger</publisher>
<url>http://www.metafinanz.de</url>
<description>not specified</description>
<copyright>2014 by treinberger</copyright>
<icon>appicon.png</icon>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>true</analytics>
<guid>58e00622-398d-4382-95e1-b25d73ee4752</guid>
<property name="ti.ui.defaultunit" type="string">dp</property>
<iphone>
<orientations device="iphone">
<orientation>Ti.UI.LANDSCAPE_LEFT</orientation>
<orientation>Ti.UI.LANDSCAPE_RIGHT</orientation>
</orientations>
<orientations device="ipad">
<orientation>Ti.UI.LANDSCAPE_LEFT</orientation>
<orientation>Ti.UI.LANDSCAPE_RIGHT</orientation>
</orientations>
</iphone>
<ios>
<plist>
<dict>
<key>UIAppFonts</key>
<array>
<string>fonts/Open Sans regular.ttf</string>
<string>fonts/Quicksand-Regular.ttf</string>
<string>fonts/Quicksand-Bold.ttf</string>
<string>fonts/Arimo regular.ttf</string>
<string>fonts/Cabin regular.ttf</string>
<string>fonts/Crafty Girls regular.ttf</string>
<string>fonts/Lobster regular.ttf</string>
<string>fonts/Varela regular.ttf</string>
</array>
<key>PXTitanium</key>
<true/>
<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>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>
Wir brauchen Deinen Standort um Dir die Kantinen und Restaurants in Deiner Nähe zu zeigen.
</string>
</dict>
</plist>
</ios>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<fullscreen>true</fullscreen>
<navbar-hidden>true</navbar-hidden>
<manifest>
<!-- Allows the API to download data from Google Map servers -->
<uses-permission android:name="android.permission.INTERNET"/>
<!-- Allows the API to cache data -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<!-- Use GPS for device location -->
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<!-- Use Wi-Fi or mobile connection for device location -->
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<!-- Allows the API to access Google web-based services -->
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
<!-- Specify OpenGL ES 2.0 as a requirement -->
<uses-feature android:glEsVersion="0x00020000" android:required="true"/>
<!-- Replace <com.domain.appid> with your application ID -->
<uses-permission android:name="de.metafinanz.mixnmatch.permission.MAPS_RECEIVE"/>
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19"/>
<permission
android:name="de.metafinanz.mixnmatch.permission.MAPS_RECEIVE" android:protectionLevel="signature"/>
<application android:theme="@style/Theme.NoActionBar">
<!--<application>-->
<!-- 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="AIzaSyD_xIz6emwTuDXo2Au2CM2GywhL5puBnPY"/>
</application>
</manifest>
</android>
<mobileweb>
<precache/>
<splash>
<enabled>true</enabled>
<inline-css-images>true</inline-css-images>
</splash>
<theme>default</theme>
</mobileweb>
<modules>
<module platform="iphone" version="1.2.1">dk.napp.drawer</module>
<module platform="iphone" version="0.2.0">yy.logcatcher</module>
<module platform="commonjs">ti.cloud</module>
<module platform="iphone" version="0.37">bencoding.blur</module>
<module platform="android" version="0.1">bencoding.blur</module>
<module platform="iphone" version="1.0.1">com.artanisdesign.uivisualeffect</module>
<module platform="android" version="1.1.4">dk.napp.drawer</module>
<module platform="android">com.rkam.swiperefreshlayout</module>
<module platform="iphone" version="2.2">de.marcelpociot.sidemenu</module>
<module platform="android">analytics.google</module>
<module platform="iphone">analytics.google</module>
<module platform="iphone" version="2.2.1">ti.map</module>
<module platform="android" version="2.2.5">ti.map</module>
<module platform="android">ti.cloudpush</module>
<module platform="android" version="2.0.2">ti.paint</module>
<module platform="iphone" version="1.4.0">ti.paint</module>
</modules>
<deployment-targets>
<target device="android">true</target>
<target device="blackberry">false</target>
<target device="ipad">true</target>
<target device="iphone">true</target>
<target device="mobileweb">false</target>
<target device="tizen">false</target>
</deployment-targets>
<sdk-version>3.5.1.GA</sdk-version>
<plugins>
<plugin version="1.0">ti.alloy</plugin>
</plugins>
</ti:app>