Skip to content

Commit c6ce2d3

Browse files
author
lanistzhang
committed
Fix: iOS17 Bug
1 parent a474c24 commit c6ce2d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/flutter_inappwebview.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ A new Flutter plugin.
2222
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
2323
s.swift_version = '5.0'
2424

25+
s.platforms = { :ios => '11.0' }
26+
2527
s.dependency 'OrderedSet', '~>5.0'
2628

2729
s.default_subspec = 'Core'

0 commit comments

Comments
 (0)