This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments