Swiftpack.co - envoy/BarcodeScanner as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by envoy.
envoy/BarcodeScanner 1.2.0
Swift Package (SPM) for the **IDScanNet** libraries
⭐️ 0
🕓 1 year ago
.package(url: "https://github.com/envoy/BarcodeScanner.git", from: "1.2.0")

BarcodeScanner

Swift Package (SPM) for the latest IDScanNet libraries. There is an older drop in replacement for BarcodeScanner.xcframework on their public repo that already includes arm64-simulator support.

#if targetEnvironment(simulator)
import BarcodeScannerSimulator
#else
import BarcodeScanner
#endif

GitHub

link
Stars: 0
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

1.2.0 Cordova Plugin
1 year ago

BarcodeScanner from Cordova Plugin

Swift Package (SPM) for version 1.2.0 of the IDScanNet libraries. xcframework extracted from cordova-plugin-idscan. The most recent release breaks the naming convention.

#if targetEnvironment(simulator)
import BarcodeScannerSimulator
#else
import BarcodeScanner
#endif

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics