Created
November 21, 2016 21:14
-
-
Save niraj-shah/eb5a62894bb8d22e7a4003f9e462976e to your computer and use it in GitHub Desktop.
Debug Build Signing for Cordova
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# location of keystore | |
storeFile=/path/to/app.keystore | |
# Key alias | |
keyAlias=alias_name | |
# Store password | |
storePassword=Password1 | |
# Key password | |
keyPassword=Password1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment