File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf-8' ?>
2
2
<widget id =" com.pgday.workshop.push" version =" 0.0.1" xmlns =" http://www.w3.org/ns/widgets" xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
3
3
<name >PushWorkshop</name >
4
+
4
5
<description >
5
6
A sample app for PhoneGap Day Push Workshop 2015.
6
7
</description >
8
+
7
9
<
author email =
" [email protected] " href =
" http://phonegap.com" >
8
10
Simon MacDonald
9
11
</author >
12
+
10
13
<content src =" index.html" />
11
- <plugin name =" cordova-plugin-whitelist" spec =" 1" />
14
+
15
+ <icon src =" pg_wings.png" />
16
+
12
17
<access origin =" *" />
13
18
<allow-intent href =" http://*/*" />
14
19
<allow-intent href =" https://*/*" />
15
20
<allow-intent href =" tel:*" />
16
21
<allow-intent href =" sms:*" />
17
22
<allow-intent href =" mailto:*" />
18
23
<allow-intent href =" geo:*" />
24
+
19
25
<platform name =" android" >
20
26
<allow-intent href =" market:*" />
21
27
</platform >
28
+
22
29
<platform name =" ios" >
23
30
<allow-intent href =" itms:*" />
24
31
<allow-intent href =" itms-apps:*" />
25
32
</platform >
33
+
34
+ <plugin name =" cordova-plugin-whitelist" spec =" 1" />
26
35
<plugin name =" cordova-plugin-statusbar" spec =" ~2.0.0" />
27
36
<plugin name =" phonegap-plugin-push" spec =" ~1.5.3" />
28
37
<plugin name =" cordova-plugin-console" spec =" ~1.0.2" />
You can’t perform that action at this time.
0 commit comments