1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-14 19:13:16 +00:00

Update App Clip for Xcode 15 and iOS 16+ (#2162)

1. Run `flutter run` on the project to pick up project automigrations.
2. Set min version to iOS 16 to take advantage of the 15MB size limit
(see
https://github.com/flutter/flutter/issues/71098#issuecomment-1358152892)
3. Other updates needed to avoid Xcode errors and warnings.

First introduced in #538
See also https://github.com/flutter/website/pull/10145
This commit is contained in:
Jenn Magder
2024-02-15 16:14:38 -08:00
committed by GitHub
parent 307f982bc8
commit 3aaa86795e
8 changed files with 49 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
# ios_app_clip
A sample project demonstrating integration with iOS 14's App Clip.
A sample project demonstrating integration with iOS App Clip.
The App Clip target is rendered by Flutter and uses a plugin.
@@ -15,13 +15,12 @@ The App Clip target is rendered by Flutter and uses a plugin.
In order to run.
1. `cd ios`
2. `pod install`
3. `open Runner.xcworkspace`
4. Inside Xcode, select the `AppClip` target from the scheme dropdown
5. Select an iOS 14 device
6. Select a development team as needed
7. Press run in Xcode to run
1. `flutter build ios --config-only`
1. `open Runner.xcworkspace`
1. Inside Xcode, select the `AppClip` target from the scheme dropdown
1. Select an iOS 16 or higher device
1. Select a development team as needed
1. Press run in Xcode to run
## Questions/issues