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