-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.yml
64 lines (64 loc) · 1.33 KB
/
build.yml
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
60
61
62
63
64
sdkversion: "3.5.0"
name: "compliancetest_js"
app_type: "rhoelements"
version: "1.0"
vendor: "rhomobile"
build: "release"
bbver: "4.6"
applog: "rholog.txt"
#capabilities:
# - read_sdcard
# - write_sdcard
rhohub:
url: "https://appstaging.rhohub.com/api/v1/"
connection:
proxy: "http://wwwgate0.mot.com:1080"
iphone:
configuration: "Release"
sdk: iphoneos8.2
entitlements: ./production/Entitlements.plist
codesignidentity: "iPhone Developer"
BundleIdentifier: "com.rhomobile.compliancetestjs"
BundleURLScheme: "compliancetestjs"
extensions:
- rhoconnect-client
- audiocapture
- mediaplayer
- screenorientation
- sensor
- printing
- printing_zebra
wp:
productid: "88e69430-071c-0131-3d46-606720a825c8"
symbian:
uid: "0xede7d59e"
android:
version: "4.2.2"
abis: [arm, x86]
manifest_template: AndroidManifest.erb
extensions:
- rhoconnect-client
- audiocapture
- signature
- barcode
- indicators
- cardreader
- mediaplayer
- screenorientation
- sensor
- printing
- printing_zebra
wm:
#sdk: "Windows Mobile 6.5.3 Professional DTK (ARMV4I)"
#sdk: "MC3000c50b (ARMV4I)"
extensions:
- rhoconnect-client
- audiocapture
- barcode
- indicators
- cardreader
- mediaplayer
- screenorientation
- sensor
- printing
- printing_zebra