Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit eed3851

Browse files
authored
Support Host only bots apple signing (#115780)
* Mac host only codesigning * consistent
1 parent 9827d0f commit eed3851

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.ci.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,23 +73,29 @@ platform_properties:
7373
mac:
7474
properties:
7575
dependencies: >-
76-
[]
76+
[
77+
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
78+
]
7779
os: Mac-12
7880
device_type: none
7981
cpu: x86 # TODO(jmagman): https://github.com/flutter/flutter/issues/112130
8082
xcode: 14a5294e # xcode 14.0 beta 5
8183
mac_arm64:
8284
properties:
8385
dependencies: >-
84-
[]
86+
[
87+
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
88+
]
8589
os: Mac-12
8690
device_type: none
8791
cpu: arm64
8892
xcode: 14a5294e # xcode 14.0 beta 5
8993
mac_x64:
9094
properties:
9195
dependencies: >-
92-
[]
96+
[
97+
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
98+
]
9399
os: Mac-12
94100
device_type: none
95101
cpu: x86
@@ -121,7 +127,7 @@ platform_properties:
121127
[
122128
{"dependency": "xcode", "version": "14a5294e"},
123129
{"dependency": "gems", "version": "v3.3.14"},
124-
{"dependency": "apple_signing", "version": "none"}
130+
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
125131
]
126132
os: Mac-12
127133
cpu: x86

0 commit comments

Comments
 (0)