Skip to content

Gratzi/pegg-cordova

Repository files navigation

Pegg Cordova App

Usage

New Production Build

bin/clean
git reset HEAD
git co .
nvm use v5.10.1
bin/configure -e production -p ios
cordova build ios

Install on device Android

cordova install android --device --verbose

Production build XCode settings

General

Version -> 1.1.8 Build -> 1.1.8 Team -> Augustin Deploy Target -> 9.0 Devices -> iPhone Device Orientation -> Portrait

Capabilites

Push Notifcations -> On

Build Settings

Signing -> Code Signing Identities -> iOS Developer

Plugin Submodules

We're using git submodules to preserve local checkouts of our modules. To add a new plugin to the project, use:

git submodule add <repo> vendor/<cordova-plugin-name>

and then add a line to the configure script to instruct cordova to use the plugin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors