fttx / barcode-to-pc-app

Barcode to PC app
https://barcodetopc.com/
GNU General Public License v3.0
176 stars 63 forks source link
app barcode barcode-scanner qrcode-scanner remote scanner wifi

Barcode to pc app

Useful links

Downloads

Repositories

Setup

Run

ionic cordova run ios --device
ionic cordova run android
ionic start

Publish updates

# iOS
# Select Any iOS device as Build Target
# Barcode to PC > Build Phases > Remove "[CP] Copy Pods Resources"
# Barcode to PC > Build Settings > Signing > Set Code Signign Identity to "iOS Developer"
ionic cordova build ios --prod --release
open "platforms/ios/Barcode to PC.xcworkspace"
# Product > Archive

# Android
# Increase version code in package.json & config.xml
ionic cordova build android --prod --release

Development

Quick way to test changes in the barcode scanner plugin:

trash plugins/fttx-phonegap-plugin-barcodescanner
cp -r ../phonegap-plugin-barcodescanner plugins/fttx-phonegap-plugin-barcodescanner
trash platforms/android
ionic cordova build android