Skip to content

Commit 053c8a5

Browse files
[ios]update provisioning profile for 2025-2026 cert for chromium bots (flutter#171021)
This updates provisioning profile mainly for chromium bots. Some devicelab tests also use this profile, according to flutter#155101. *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.* flutter#168427 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [ ] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [ ] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md Co-authored-by: Victoria Ashworth <[email protected]>
1 parent cfbaa18 commit 053c8a5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ platform_properties:
155155
]
156156
dependencies: >-
157157
[
158-
{"dependency": "apple_signing", "version": "version:to_2025"}
158+
{"dependency": "apple_signing", "version": "version:to_2026"}
159159
]
160160
os: Mac-14|Mac-15
161161
device_type: none
@@ -172,7 +172,7 @@ platform_properties:
172172
]
173173
dependencies: >-
174174
[
175-
{"dependency": "apple_signing", "version": "version:to_2025"}
175+
{"dependency": "apple_signing", "version": "version:to_2026"}
176176
]
177177
os: Mac-14|Mac-15
178178
device_type: none
@@ -190,7 +190,7 @@ platform_properties:
190190
]
191191
dependencies: >-
192192
[
193-
{"dependency": "apple_signing", "version": "version:to_2025"}
193+
{"dependency": "apple_signing", "version": "version:to_2026"}
194194
]
195195
device_type: none
196196
mac_model: "Macmini8,1"
@@ -210,7 +210,7 @@ platform_properties:
210210
]
211211
dependencies: >-
212212
[
213-
{"dependency": "apple_signing", "version": "version:to_2025"}
213+
{"dependency": "apple_signing", "version": "version:to_2026"}
214214
]
215215
os: Mac-14|Mac-15
216216
device_type: none
@@ -229,7 +229,7 @@ platform_properties:
229229
dependencies: >-
230230
[
231231
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"},
232-
{"dependency": "apple_signing", "version": "version:to_2025"}
232+
{"dependency": "apple_signing", "version": "version:to_2026"}
233233
]
234234
os: Mac-14|Mac-15
235235
device_type: none
@@ -271,7 +271,7 @@ platform_properties:
271271
dependencies: >-
272272
[
273273
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"},
274-
{"dependency": "apple_signing", "version": "version:to_2025"}
274+
{"dependency": "apple_signing", "version": "version:to_2026"}
275275
]
276276
os: Mac-14|Mac-15
277277
device_os: iOS-17|iOS-18
@@ -289,7 +289,7 @@ platform_properties:
289289
dependencies: >-
290290
[
291291
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"},
292-
{"dependency": "apple_signing", "version": "version:to_2025"}
292+
{"dependency": "apple_signing", "version": "version:to_2026"}
293293
]
294294
os: Mac-14|Mac-15
295295
cpu: x86

0 commit comments

Comments
 (0)