Skip to content

Commit

Permalink
Update references to iOS 18 beta and release (#11160)
Browse files Browse the repository at this point in the history
Extracted with some modifications and additions from
#11140

Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
  • Loading branch information
parlough and sfshaza2 authored Sep 18, 2024
1 parent f1d2e7c commit d8acea9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions src/content/deployment/ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,8 @@ This step covers replacing these placeholder icons with your
app's icons:

1. Review the [iOS App Icon][app-icon] guidelines and,
in particular, the [advice on creating light, dark,
and tinted][icon-modes] icons for your app.
(Note that _tinted_ icons are coming in iOS 18.)
in particular, the advice on
[creating light, dark, and tinted][icon-modes] icons for your app.
1. In the Xcode project navigator, select `Assets.xcassets` in the
`Runner` folder. Update the placeholder icons with your own app icons.
1. Verify the icon has been replaced by running your app using
Expand Down
7 changes: 3 additions & 4 deletions src/content/platform-integration/ios/app-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ For more information, check out
[Issue #9690]: {{site.github}}/flutter/website/issues/9690
[Issue #135056]: {{site.github}}/flutter/flutter/issues/135056

The iOS 18 release, coming in September 2024 and currently in beta,
adds new functionality for customizing a device's
the Control Center, including creating multiple pages.
iOS 18 added support for customizing a device's
Control Center, including creating multiple pages.
You can also create new toggles for the Control Center
using the [`ControlCenter`] API, to feature your app.
using the [`ControlCenter`][] API, to feature your app.

[`ControlCenter`]: {{site.apple-dev}}/documentation/widgetkit/controlcenter

Expand Down

0 comments on commit d8acea9

Please sign in to comment.