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

Commit

Permalink
Change plugin.xml to use framework element
Browse files Browse the repository at this point in the history
As updated plugman version.

Signed-off-by: Nadya Atanasova <[email protected]>
  • Loading branch information
nadyaA authored and EddyVerbruggen committed Jun 26, 2014
1 parent 3a377ef commit 619f698
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<framework src="CoreVideo.framework" />
<framework src="QuartzCore.framework" />
</platform>
<!-- wp8 -->

<!-- wp8 -->
<platform name="wp8">
<config-file target="config.xml" parent="/*">
<feature name="BarcodeScanner">
Expand All @@ -51,10 +51,10 @@
</config-file>

<source-file src="src/wp8/BarcodeScanner.cs" />
<source-file src="src/wp8/BarcodeScannerResult.cs" />
<source-file src="src/wp8/Scan.xaml" />
<source-file src="src/wp8/Scan.xaml.cs" />
<source-file src="src/wp8/zxing.wp8.0.dll" />
<source-file src="src/wp8/BarcodeScannerResult.cs" />
<source-file src="src/wp8/Scan.xaml" />
<source-file src="src/wp8/Scan.xaml.cs" />
<framework src="src/wp8/zxing.wp8.0.dll" custom="true" />
</platform>

<!-- android -->
Expand Down

0 comments on commit 619f698

Please sign in to comment.