From e177aa7e8bc12d3720b2d3b017f9f9b7b0aed5f6 Mon Sep 17 00:00:00 2001 From: Eddy Verbruggen Date: Thu, 20 Aug 2015 17:03:02 +0200 Subject: [PATCH] Updated for {N} 1.2.3 release. --- README.md | 11 +---------- package.json | 4 ++-- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c49432e..e190ce4 100755 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ Scan a barcode (or a QR code, or a lot of other formats really) ## Prerequisites -Make sure you're using nativescript-cli 1.1.3 or up. -Instructions for older versions have been dropped from this readme. +NativeScript 1.2.3 (`tns --version`) has solved many build issues, so please upgrade if you need to. ## Prerequisites for Android Check if you have Android-19 installed (required for building the ZXing library), run this from the command prompt: @@ -26,14 +25,6 @@ From the command prompt go to your app's root folder and execute: tns plugin add nativescript-barcodescanner ``` -### iOS post-installation step -Due to [this issue](https://github.com/NativeScript/ios-runtime/pull/266) in NativeScript frameworks installed -from an iOS plugin are not correctly resolved. As a temporary fix you need to edit your `project.pbxproj` file -and add the full path to the framework like `"\"/Users/eddyverbruggen/barcodescannertest/lib/iOS/BarcodeScannerFramework\"",` -to both `FRAMEWORK_SEARCH_PATHS` sections (near the bottom of the file) or your project can't use the plugin -and will crash if it does. - - ## Usage ### function: scan diff --git a/package.json b/package.json index f8456fe..3252e2d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "nativescript-barcodescanner", - "version": "1.0.0", + "version": "1.0.1", "description" : "Scan QR/barcodes with a {N} app.", "main" : "barcodescanner.js", "nativescript": { "platforms": { "android": "1.1.3", - "ios": "1.2.0" + "ios": "1.2.3" } }, "repository": {