-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathbuild.template.properties
59 lines (50 loc) · 1.46 KB
/
build.template.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# IMPORTANT Change to your local system paths before using ANT
#Toggle on/off specific targets
run.test = false
run.asdoc = false
logging = false
autolaunch.url = true
mobile = false
#compiler mode: debug, optimize
compile.type = optimize
# Build paths
FLEX_HOME = /Applications/Adobe Flash Builder 4.5/sdks/4.5.0
#android.sdk=
#Properties file for build.xml
project.name=BitmapScrollerApp
#Version number
ver.num=v1.5.2-beta
project.name.versioned=${project.name}-${ver.num}
deploy.name.versioned=${project.name}-${ver.num}
#browser
browser = "Google Chrome"
report.url = ${report.loc}/html/index.html
app.url = ${bin.loc}/index.html
#Certificate
certificate.name = Certificates.p12
certificate.username =
certificate.company =
certificate.password =
certificate.filename = Certificates.p12
#provisioning
ios.provision = BitmapScroller.mobileprovision
ipa.package = com.flashartofwar.bitmapscroller
## Don't change these settings ###
#build locations
deploy.loc=${basedir}/bin
asdoc.loc=${FLEX_HOME}/bin/asdoc
main.src.loc=${basedir}/src
test.src.loc=${basedir}/test
doc.loc=${basedir}/doc
lib.loc=${basedir}/build/libs
bin.loc=${deploy.loc}
report.loc=${basedir}/report
template.loc=${basedir}/build/templates
includes.loc=${basedir}/build/build-includes
air.swcs=${FLEX_HOME}/frameworks/libs/air
adb=${android.sdk}/platform-tools/adb.exe
adt=${FLEX_HOME}/bin/adt.bat
apks.loc=${deploy.loc}/apks
ipas.loc=${deploy.loc}/ipas
tmp.loc=${basedir}/tmp
logs.loc=${report.loc}/logs