We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6adb2 commit d61503bCopy full SHA for d61503b
1 file changed
tests/ios/Podfile
@@ -40,12 +40,5 @@ end
40
post_install do |installer|
41
installer.pods_project.targets.each do |target|
42
flutter_additional_ios_build_settings(target)
43
-
44
- # Enable Swift 6 access level on imports feature
45
- target.build_configurations.each do |config|
46
- config.build_settings['OTHER_SWIFT_FLAGS'] ||= []
47
- config.build_settings['OTHER_SWIFT_FLAGS'] << '-enable-experimental-feature'
48
- config.build_settings['OTHER_SWIFT_FLAGS'] << 'AccessLevelOnImport'
49
- end
50
end
51
0 commit comments