Coder Social home page Coder Social logo

raffaelecolatrella / barcode-to-pc-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fttx/barcode-to-pc-app

0.0 0.0 0.0 26.13 MB

Barcode to PC app

Home Page: https://barcodetopc.com/

License: GNU General Public License v3.0

TypeScript 85.20% HTML 11.21% JavaScript 0.26% SCSS 3.33%

barcode-to-pc-app's Introduction

Barcode to pc app

Useful links

Downloads

Repositories

Setup

  • Clone the repository

    git clone https://github.com/fttx/barcode-to-pc-app/
    cd barcode-to-pc-app
  • Install ionic and cordova

  • Put the Firebase config files in the root folder (GoogleService-Info.plist and google-services.json)

  • Install the npm dependencies and add your platform

    npm install
    ionic cordova platform add [email protected]
    ionic cordova platform add ios
    ionic cordova resources # rename icon.ios.png to icon.png to generate the iOS icons

Run

ionic cordova run ios --device
ionic cordova run android

Publish updates

  • Increase the version number of the package.json
  • Increase the versionCode and version number in the config.xml
  • Commit the changes, Add a tag & push
  • Run the following commands:
# 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 config.xml
ionic cordova build android --prod --release
APK_PATH="platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk"
JKS_PATH="barcode-to-pc-keystore.jks"
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore $JKS_PATH $APK_PATH keystore
zipalign -v 4 $APK_PATH out.apk
ionic info > last-ionic-info.txt

barcode-to-pc-app's People

Contributors

fttx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.