mirror of
https://github.com/fergalmoran/dss-mobile.git
synced 2025-12-22 09:50:53 +00:00
17 lines
590 B
Properties
17 lines
590 B
Properties
# The following are supported platforms for local building (blackberry is version 10)
|
|
# android, blackberry, ios, wp7, wp8
|
|
#
|
|
# The following are supported platforms for remote building (blackberry is version 6)
|
|
# android, blackberry, ios, symbian, webos, wp7
|
|
|
|
# This property can be a single platform or a space delimited list
|
|
phonegap.platform=android
|
|
|
|
# This determines if build is remote (phonegap build) or local
|
|
phonegap.build.remote=false
|
|
|
|
# Username for PhoneGap Build
|
|
phonegap.build.remote.username={username}
|
|
# Password for PhoneGap Build
|
|
phonegap.build.remote.password={password}
|