]> git.proxmox.com Git - extjs.git/blob - extjs/examples/kitchensink/.sencha/app/phonegap.defaults.properties
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / kitchensink / .sencha / app / phonegap.defaults.properties
1 #
2 # Copyright (c) 2012-2014. Sencha Inc.
3 #
4
5 # Original PhoneGap Packager used the following properties
6 # here we map in the app space properties to allow for app.json
7 # setting of these instead of properties files
8 phonegap.platform=${app.phonegap.config.platform}
9 phonegap.build.remote=${app.phonegap.config.remote}
10
11 # These are simply shorthanded as the user must specify them in
12 # a local.properties file anyway.
13 # No need for the user to type all this out.
14 phonegap.build.remote.username=${phonegap.username}
15 phonegap.build.remote.password=${phonegap.password}