Commit d3d563d
authored
Remove use_modular_headers! from Podfiles (#7796)
â� ï¸� _This PR does not update packages' versions as it only affects unpublished parts of example apps and tests._
We added `use_modular_headers!` to our `Podfile`s as we originally planned to phase out `use_frameworks!` (see flutter/flutter#42204). However, our plans have now changed and we are instead phasing out CocoaPods entirely in favor of Swift Package Manager.
CocoaPods's `use_frameworks!` and `use_modular_headers!` are two different overlapping options that should not be used together. This change removes the `use_modular_headers!` from example apps' `Podfile`s. This change does not affect packages themselves.
Part of flutter/flutter#1562591 parent 719bd84 commit d3d563d
File tree
44 files changed
+0
-47
lines changed- packages
- file_selector
- file_selector_ios/example/ios
- file_selector_macos/example/macos
- file_selector/example
- ios
- macos
- flutter_image/example
- ios
- macos
- go_router/example
- ios
- macos
- google_maps_flutter/google_maps_flutter_ios/example
- ios14/ios
- ios15/ios
- google_sign_in
- google_sign_in_ios/example/macos
- google_sign_in/example/macos
- image_picker
- image_picker_macos/example/macos
- image_picker/example/macos
- in_app_purchase
- in_app_purchase_storekit/example/macos
- in_app_purchase/example/macos
- interactive_media_ads/example/ios
- ios_platform_images/example/ios
- local_auth
- local_auth_darwin/example/macos
- local_auth/example/macos
- path_provider
- path_provider_foundation/example
- ios
- macos
- path_provider/example/macos
- pigeon
- example/app
- ios
- macos
- platform_tests
- alternate_language_test_plugin/example/macos
- test_plugin/example
- ios
- macos
- pointer_interceptor
- pointer_interceptor_ios/example/ios
- pointer_interceptor/example/ios
- rfw/example
- remote
- ios
- macos
- wasm/macos
- url_launcher
- url_launcher_macos/example/macos
- url_launcher/example/macos
- video_player
- video_player_avfoundation/example/macos
- video_player/example/macos
- webview_flutter
- webview_flutter_wkwebview/example/macos
- webview_flutter/example/macos
- script/tool
- lib/src
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+0
-47
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments