fully qualified paths

This commit is contained in:
Fil Maj
2013-05-14 17:38:30 -07:00
parent 58e773af70
commit 215e077510
+5 -5
View File
@@ -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" />
@@ -262,4 +262,4 @@
<source-file src="LibraryProject/res/values-zh-rTW/strings.xml" target-dir="res/values-zh-rTW"/>
</platform>
</plugin>
</plugin>