flutter/dev/integration_tests/ios_app_with_extensions/ios
Loïc Sharma d939b84350
Remove use_modular_headers! from Swift Podfiles (#156257)
We added `use_modular_headers!` to our `Podfile`s as we originally planned to phase out `use_frameworks!` (see https://github.com/flutter/flutter/pull/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 the macOS `Podfile` and the iOS Swift `Podfile` (the iOS Objective-C template was recently deprecated https://github.com/flutter/flutter/pull/155867).

This change only affects _new_ Flutter apps. This change does not include an automatic migration as that could break existing apps. Instead, users are encouraged to migrate from CocoaPods to Swift Package Manager.

https://github.com/flutter/flutter/issues/156259
2024-11-04 20:32:34 +00:00
..
Flutter Set template and migrate apps to iOS 12 minimum (#140823) 2024-01-03 00:47:40 +00:00
Runner [iOS] Migrate @UIApplicationMain attribute to @main (#146707) 2024-04-16 22:13:03 +00:00
Runner.xcodeproj Migrate Xcode projects last version checks to Xcode 15.1 (#140256) 2024-01-03 23:05:46 +00:00
Runner.xcworkspace Avoid thinning frameworks in iOS extensions (#65198) 2020-09-15 11:10:25 -07:00
watch Check for watch companion in build settings (#114078) 2022-10-27 22:05:05 +00:00
watch Extension Sort Swift imports in templates (#141487) 2024-01-16 18:07:21 +00:00
.gitignore Add ephemeral iOS directory to put future generated files (#76830) 2021-02-25 18:16:03 -08:00
Podfile Remove use_modular_headers! from Swift Podfiles (#156257) 2024-11-04 20:32:34 +00:00