Skip to content

Commit

Permalink
NativeScript 7 Support #244
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Sep 11, 2020
1 parent ee41e3e commit 8a792af
Show file tree
Hide file tree
Showing 110 changed files with 126 additions and 1,708 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ seed-tests/seed-copy-new-git-repo/**/*.*
!demo/karma.conf.js
!demo/app/tests/*.js
demo/*.d.ts
demo-ng/*.d.ts
!demo/references.d.ts
!demo-ng/references.d.ts
demo/platforms
demo-ng/platforms
node_modules
publish/src
publish/package
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ matrix:
os: osx
env:
- WebPack="iOS"
osx_image: xcode10.2
osx_image: xcode11.2
language: node_js
node_js: "10"
jdk: oraclejdk8
Expand All @@ -35,8 +35,8 @@ matrix:
- os: osx
env:
- BuildiOS="12"
- Xcode="10.0"
osx_image: xcode10.2
- Xcode="11.0"
osx_image: xcode11.2
language: node_js
node_js: "10"
jdk: oraclejdk8
Expand Down
410 changes: 0 additions & 410 deletions CHANGELOG.md

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
[twitter-image]:https://img.shields.io/twitter/follow/eddyverbruggen.svg?style=social&label=Follow%20me
[twitter-url]:https://twitter.com/eddyverbruggen

> 💡 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.
## Want a quick demo?

> Note that running this only makes sense on a real device.
Expand All @@ -31,7 +33,7 @@ npm run demo.android (or demo.ios / demo.ios.device)
#### Embedded (iOS only)

```bash
npm run demo-ng.ios (or demo.ios.device)
npm run demo.ios
```

## Supported barcode types
Expand Down Expand Up @@ -123,8 +125,6 @@ View:
</BarcodeScanner>
```

See 'demo-ng' for details. Do not run it for Android, because embedding a view is not supported on that platform.

### Embedding in Vue
main.ts:

Expand Down
16 changes: 0 additions & 16 deletions demo-ng/app/App_Resources/Android/app.gradle

This file was deleted.

44 changes: 0 additions & 44 deletions demo-ng/app/App_Resources/Android/src/main/AndroidManifest.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

45 changes: 0 additions & 45 deletions demo-ng/app/App_Resources/Android/src/main/res/values/styles.xml

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
6 changes: 0 additions & 6 deletions demo-ng/app/App_Resources/iOS/Assets.xcassets/Contents.json

This file was deleted.

Loading

0 comments on commit 8a792af

Please sign in to comment.