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 committed May 15, 2013
1 parent 58e773a commit 215e077
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 215e077

Please sign in to comment.