]> git.proxmox.com Git - sencha-touch.git/blob - src/examples/list-horizontal/.sencha/app/phonegap.defaults.properties
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / examples / list-horizontal / .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}