Skip to content

Commit

Permalink
Merge pull request #243 from cmgustavo/bug/invalid-tag-01
Browse files Browse the repository at this point in the history
fix(tag): removes invalid tag UseSwiftLanguageVersion
  • Loading branch information
matiu authored Mar 29, 2019
2 parents 5e222a2 + 3c368fe commit b62efb6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
<a name="3.0.1"></a>
## [3.0.1](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.6.0...3.0.1) (2019-03-29)


### Bug Fixes

* **iOS:** remove tag UseSwiftLanguageVersion



<a name="3.0.0"></a>
# [3.0.0](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.6.0...3.0.0) (2019-03-28)


### BREAKING CHANGES

* **iOS:** only supported by XCode 10.2 or higher
* **syntax:** Swift 5 ([692c126](https://github.com/bitpay/cordova-plugin-qrscanner/commit/692c126))



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-qrscanner",
"version": "3.0.0",
"version": "3.0.1",
"description": "Fast, energy-efficient, highly-configurable QR code scanner.",
"cordova": {
"id": "cordova-plugin-qrscanner",
Expand Down
3 changes: 1 addition & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin
xmlns="http://www.phonegap.com/ns/plugins/1.0" id="cordova-plugin-qrscanner" version="3.0.0">
xmlns="http://www.phonegap.com/ns/plugins/1.0" id="cordova-plugin-qrscanner" version="3.0.1">
<name>QRScanner</name>
<engines>
<engine name="cordova" version=">=3.4.0"/>
Expand Down Expand Up @@ -29,7 +29,6 @@
</feature>
</config-file>
<dependency id="cordova-plugin-add-swift-support" spec="~1.7.2" />
<preference name="UseSwiftLanguageVersion" value="5" />
<source-file src="src/ios/QRScanner.swift"/>
<config-file target="*-Info.plist" parent="NSCameraUsageDescription">
<string>The camera is used to scan QR codes.</string>
Expand Down

0 comments on commit b62efb6

Please sign in to comment.