Merge lp:~dbarth/ubuntu-sdk-tutorials/fix-cordova-tutorial into lp:ubuntu-sdk-tutorials

Proposed by David Barth
Status: Merged
Merged at revision: 140
Proposed branch: lp:~dbarth/ubuntu-sdk-tutorials/fix-cordova-tutorial
Merge into: lp:ubuntu-sdk-tutorials
Diff against target: 16 lines (+1/-5)
1 file modified
html5/html5-tutorial-cordova-camera/config.xml (+1/-5)
To merge this branch: bzr merge lp:~dbarth/ubuntu-sdk-tutorials/fix-cordova-tutorial
Reviewer Review Type Date Requested Status
Maxim Ermilov (community) Approve
Ubuntu SDK Tutorial Developers Pending
Review via email: mp+265547@code.launchpad.net

Description of the change

remove the camera plugin config from config.xml as it's not portable
fix the icon path

To post a comment you must log in.
Revision history for this message
Maxim Ermilov (zaspire) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'html5/html5-tutorial-cordova-camera/config.xml'
2--- html5/html5-tutorial-cordova-camera/config.xml 2014-12-05 12:35:25 +0000
3+++ html5/html5-tutorial-cordova-camera/config.xml 2015-07-22 14:37:43 +0000
4@@ -7,11 +7,7 @@
5 <author email="dev@cordova.apache.org" href="http://cordova.io">
6 Cordova Ubuntu
7 </author>
8- <icon src="icon.png" />
9+ <icon src="www/icon.png" />
10 <content src="index.html" />
11 <access origin="*" />
12- <feature name="Camera">
13- <param name="id" value="org.apache.cordova.camera" />
14- <param name="installPath" value="/home/zaspire/work/cordova-plugin-camera" />
15- </feature>
16 </widget>

Subscribers

People subscribed via source and target branches