Skip to content

Commit ac6adb2

Browse files
fix macos test runner
1 parent a5a9e1c commit ac6adb2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/macos/Podfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,5 @@ end
4141
post_install do |installer|
4242
installer.pods_project.targets.each do |target|
4343
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
5144
end
5245
end

0 commit comments

Comments
 (0)