This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -73,23 +73,29 @@ platform_properties:
73
73
mac :
74
74
properties :
75
75
dependencies : >-
76
- []
76
+ [
77
+ {"dependency": "apple_signing", "version": "version:2022_to_2023"}
78
+ ]
77
79
os : Mac-12
78
80
device_type : none
79
81
cpu : x86 # TODO(jmagman): https://github.com/flutter/flutter/issues/112130
80
82
xcode : 14a5294e # xcode 14.0 beta 5
81
83
mac_arm64 :
82
84
properties :
83
85
dependencies : >-
84
- []
86
+ [
87
+ {"dependency": "apple_signing", "version": "version:2022_to_2023"}
88
+ ]
85
89
os : Mac-12
86
90
device_type : none
87
91
cpu : arm64
88
92
xcode : 14a5294e # xcode 14.0 beta 5
89
93
mac_x64 :
90
94
properties :
91
95
dependencies : >-
92
- []
96
+ [
97
+ {"dependency": "apple_signing", "version": "version:2022_to_2023"}
98
+ ]
93
99
os : Mac-12
94
100
device_type : none
95
101
cpu : x86
@@ -121,7 +127,7 @@ platform_properties:
121
127
[
122
128
{"dependency": "xcode", "version": "14a5294e"},
123
129
{"dependency": "gems", "version": "v3.3.14"},
124
- {"dependency": "apple_signing", "version": "none "}
130
+ {"dependency": "apple_signing", "version": "version:2022_to_2023 "}
125
131
]
126
132
os : Mac-12
127
133
cpu : x86
You can’t perform that action at this time.
0 commit comments