-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.build.yml
54 lines (50 loc) · 1.29 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
default: &DEFAULTS
app: &APP_DEFAULTS
scheme: GovUK
display_name: Gov.UK - Dev
output_directory: build_output
project: GovUK.xcodeproj
bundle_identifier: uk.gov.govuk
profile_specifiers:
uk.gov.govuk: "match AppStore uk.gov.govuk"
uk.gov.govuk.notification-service: "match AppStore uk.gov.govuk.notification-service"
export_method: app-store
build_configuration: Release
scan:
output_directory: test_output
devices:
- iPhone 16 Pro (18.2)
match: &MATCH_DEFAULTS
method: "adhoc"
deliver: &DELIVER_DEFAULTS
groups:
- GOV.UK APP
- GOV.UK OTHER
unit:
<<: *DEFAULTS
app:
<<: *APP_DEFAULTS
scheme: GovUKDev
alpha:
<<: *DEFAULTS
app:
<<: *APP_DEFAULTS
scheme: GovUKAlpha
display_name: Gov.UK - Alpha
bundle_identifier: uk.gov.govuk.dev
profile_specifiers:
uk.gov.govuk.dev: "match AdHoc uk.gov.govuk.dev"
uk.gov.govuk.dev.notification-service: "match AdHoc uk.gov.govuk.dev.notification-service"
firebase_app_id: 1:299196369979:ios:d118523927e181c1e3e01e
export_method: ad-hoc
build_configuration: Alpha
match:
<<: *MATCH_DEFAULTS
beta:
<<: *DEFAULTS
app:
<<: *APP_DEFAULTS
display_name: Gov.UK - Beta
match:
<<: *MATCH_DEFAULTS
method: "appstore"