-
Notifications
You must be signed in to change notification settings - Fork 28
/
config.xml
59 lines (59 loc) · 3.55 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version='1.0' encoding='utf-8'?>
<widget id="co.mclear.nfcringpro" version="0.4.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>NFC Ring Control</name>
<description>
Read from and Write to your NFC Ring. Create links to your favorite social network profile or read your current NFC Ring.
</description>
<author email="[email protected]" href="http://nfcring.com">
NFC Ring Team
</author>
<preference name="orientation" value="portrait" />
<content src="index.html" />
<access origin="*" />
<access origin="http://127.0.0.1" />
<access origin="https://*.nfcring.com" />
<access origin="http://*.nfcring.com" />
<access launch-external="yes" origin="mailto:*" />
<allow-intent href="mailto:*" />
<icon src="res/icon/ios/180.png" />
<preference name="SplashScreen" value="none" />
<preference name="FadeSplashScreenDuration" value="0" />
<platform name="ios">
<icon height="40" src="res/icon/ios/Icon-40.png" width="40" />
<icon height="50" src="res/icon/ios/Icon-50.png" width="50" />
<icon height="60" src="res/icon/ios/Icon-60.png" width="60" />
<icon height="72" src="res/icon/ios/Icon-72.png" width="72" />
<icon height="76" src="res/icon/ios/Icon-76.png" width="76" />
<icon height="120" src="res/icon/ios/120.png" width="120" />
<icon height="167" src="res/icon/ios/Icon-167.png" width="167" />
<icon height="180" src="res/icon/ios/180.png" width="180" />
<splash height="480" src="res/screen/ios/Default~iphone.png" width="320" />
<splash height="960" src="res/screen/ios/Default@2x~iphone_640x960.png" width="640" />
<splash height="1024" src="res/screen/ios/Default-Portrait~ipad_768x1024.png" width="768" />
<splash height="2048" src="res/screen/ios/Default-Portrait@2x~ipad_1536x2048.png" width="1536" />
<splash height="768" src="res/screen/ios/Default-Landscape~ipad_1024x768.png" width="1024" />
<splash height="1536" src="res/screen/ios/Default-Landscape@2x~ipad_2048x1536.png" width="2048" />
<splash height="1136" src="res/screen/ios/Default-568h@2x~iphone_640x1136.png" width="640" />
<splash height="1334" src="res/screen/ios/Default-750@2x~iphone6-portrait_750x1334.png" width="750" />
<splash height="2208" src="res/screen/ios/Default-1242@3x~iphone6s-portrait_1242x2208.png" width="1242" />
<splash height="1242" src="res/screen/ios/Default-1242@3x~iphone6s-landscape_2208x1242.png" width="2208" />
</platform>
<platform name="android">
<icon density="mdpi" src="res/icon/android/mdpi.png" />
<icon density="hdpi" src="res/icon/android/hdpi.png" />
<icon density="xhdpi" src="res/icon/android/xhdpi.png" />
</platform>
<platform name="wp8">
<icon height="99" src="res/icon/wp8/icon.png" width="99" />
<icon height="159" src="res/icon/wp8/background.png" width="159" />
<splash height="1280" src="res/screen/wp8/splash.jpg" width="768" />
</platform>
<engine name="android" spec="^6.2.3" />
<plugin name="phonegap-nfc" spec="git+https://github.com/chariotsolutions/phonegap-nfc.git#ios" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
<plugin name="cordova-plugin-vibration" spec="^2.1.5" />
<plugin name="cordova-plugin-contacts" spec="^1.1.0" />
<plugin name="cordova-plugin-console" spec="^1.0.7" />
<plugin name="cordova-plugin-dialogs" spec="^1.3.3" />
<plugin name="cordova-plugin-android-permissions" spec="^1.0.0" />
</widget>