Skip to content

Commit

Permalink
Support Host only bots apple signing (#115780)
Browse files Browse the repository at this point in the history
* Mac host only codesigning

* consistent
  • Loading branch information
keyonghan authored Nov 21, 2022
1 parent 9827d0f commit eed3851
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,23 +73,29 @@ platform_properties:
mac:
properties:
dependencies: >-
[]
[
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
]
os: Mac-12
device_type: none
cpu: x86 # TODO(jmagman): https://github.com/flutter/flutter/issues/112130
xcode: 14a5294e # xcode 14.0 beta 5
mac_arm64:
properties:
dependencies: >-
[]
[
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
]
os: Mac-12
device_type: none
cpu: arm64
xcode: 14a5294e # xcode 14.0 beta 5
mac_x64:
properties:
dependencies: >-
[]
[
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
]
os: Mac-12
device_type: none
cpu: x86
Expand Down Expand Up @@ -121,7 +127,7 @@ platform_properties:
[
{"dependency": "xcode", "version": "14a5294e"},
{"dependency": "gems", "version": "v3.3.14"},
{"dependency": "apple_signing", "version": "none"}
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
]
os: Mac-12
cpu: x86
Expand Down

0 comments on commit eed3851

Please sign in to comment.