icloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsapp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
563 B
15 lines
563 B
9 years ago
|
#
|
||
|
# Copyright (c) 2012-2014. Sencha Inc.
|
||
|
#
|
||
|
|
||
|
# Original PhoneGap Packager used the following properties
|
||
|
# here we map in the app space properties to allow for app.json
|
||
|
# setting of these instead of properties files
|
||
|
phonegap.platform=${app.phonegap.config.platform}
|
||
|
phonegap.build.remote=${app.phonegap.config.remote}
|
||
|
|
||
|
# These are simply shorthanded as the user must specify them in
|
||
|
# a local.properties file anyway.
|
||
|
# No need for the user to type all this out.
|
||
|
phonegap.build.remote.username=${phonegap.username}
|
||
|
phonegap.build.remote.password=${phonegap.password}
|