Skip to content

Commit

Permalink
#addeded
Browse files Browse the repository at this point in the history
  • Loading branch information
Pace Wisdom authored and Pace Wisdom committed Jun 2, 2021
1 parent 8ed844f commit 53b8fc1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,14 @@
<resource-file src="res/drawable-xxhdpi/ic_action_arrow_right.png" target="res/drawable-xxhdpi/ic_action_arrow_right.png" />
<resource-file src="res/layout/qr_scanner_dialog.xml" target="res/layout/qr_scanner_dialog.xml" />
</platform>
<platform name="ios">
<config-file target="config.xml" parent="/*">

<feature name="qrScanner">
<param name="ios-package" value="qrScanner" />
</feature>

</config-file>
<source-file src="src/ios/QRScanner.swift" />
</platform>
</plugin>

0 comments on commit 53b8fc1

Please sign in to comment.