Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Sep 22, 2020
1 parent a027ecc commit f6c65ef
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

> 💡 Plugin version 4.0.0+ is compatible with NativeScript 7+. If you need to target older NativeScript versions, please stick to plugin version 3.4.2.
> ⚠️ If you app crashes with the 4.x version on iOS, try setting `beepOnScan` to `false`. And please open an issue if so.
## Want a quick demo?

> Note that running this only makes sense on a real device.
Expand Down
7 changes: 7 additions & 0 deletions demo/app/App_Resources/iOS/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
end
end
end
2 changes: 1 addition & 1 deletion demo/app/main-page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Barcode:BarcodeScannerView
class="scanner-round"
formats="QR_CODE, EAN_13, CODE_128"
beepOnScan="true"
beepOnScan="false"
reportDuplicates="true"
preferFrontCamera="false"
scanResult="{{ onScanResult }}" />
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-barcodescanner",
"version": "4.0.0",
"version": "4.0.1",
"description": "Scan QR/barcodes with your NativeScript app.",
"main": "barcodescanner",
"typings": "index.d.ts",
Expand Down

0 comments on commit f6c65ef

Please sign in to comment.