Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
fully qualified paths
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj authored and Ryan Willoughby committed May 30, 2013
1 parent cc0f7d8 commit 4d8646e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<plugin name="BarcodeScanner" value="CDVBarcodeScanner"/>
</config-file>

<resource-file src="scannerOverlay.xib" />
<resource-file src="src/ios/scannerOverlay.xib" />

<header-file src="zxing-all-in-one.h" />
<header-file src="src/ios/zxing-all-in-one.h" />

<source-file src="CDVBarcodeScanner.mm" />
<source-file src="zxing-all-in-one.cpp" />
<source-file src="src/ios/CDVBarcodeScanner.mm" />
<source-file src="src/ios/zxing-all-in-one.cpp" />

<framework src="libiconv.dylib" />
<framework src="AVFoundation.framework" />
Expand Down Expand Up @@ -262,4 +262,4 @@
<source-file src="LibraryProject/res/values-zh-rTW/strings.xml" target-dir="res/values-zh-rTW"/>

</platform>
</plugin>
</plugin>

0 comments on commit 4d8646e

Please sign in to comment.