-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtiapp.xml
75 lines (75 loc) · 2.96 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
<?xml version="1.0" encoding="UTF-8"?>
<ti:app
xmlns:ti="http://ti.appcelerator.org">
<id>com.eventrize</id>
<name>eventrize</name>
<version>2.0</version>
<publisher>Rize Innovations</publisher>
<url>http://eventrize.com</url>
<description>not specified</description>
<copyright>2015 Rize Innovations</copyright>
<icon>appicon.png</icon>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>false</analytics>
<guid>ae45f844-6916-44df-9000-93a1ff2bc0f2</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>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>UIStatusBarStyleDefault</string>
</dict>
</plist>
</ios>
<android
xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:versionCode="1" android:versionName="1">
<application android:theme="@style/AppTheme" android:supportsRtl="true">
<meta-data android:name="com.google.android.maps.v2.API_KEY"
android:value="AIzaSyDtNKvzZjK8XQ966ofHI1sTdaONhaSkSjM"/>
</application>
</manifest>
</android>
<modules>
<module platform="android" version="0.6">com.rkam.swiperefreshlayout</module>
<module platform="iphone" version="1.8.4">dk.napp.social</module>
<module platform="iphone" version="2.5.2">ti.map</module>
<module platform="android" version="2.3.6">ti.map</module>
<module platform="commonjs" version="0.1.2">ti-push-notification</module>
<module platform="android" version="1.3">nl.vanvianen.android.gcm</module>
<module platform="iphone" version="1.1.1">dk.napp.imageview</module>
<module platform="iphone" version="0.2">com.shareourideas.locale</module>
<module platform="android" version="0.1">com.shareourideas.locale</module>
<module platform="iphone" version="1.2.8">dk.napp.appearance</module>
</modules>
<deployment-targets>
<target device="android">true</target>
<target device="ipad">false</target>
<target device="iphone">true</target>
<target device="mobileweb">false</target>
<target device="windows">false</target>
</deployment-targets>
<sdk-version>5.1.1.GA</sdk-version>
<plugins>
<plugin version="1.0">ti.alloy</plugin>
</plugins>
<property name="appc-app-id" type="string">564db70c577e33b53e75c683</property>
</ti:app>