We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cee0e5d + 163e988 commit 7372822Copy full SHA for 7372822
ios/flutter_carplay.podspec
@@ -15,7 +15,7 @@ Flutter Apps are now on Apple CarPlay. This package aims to make it safe to use
15
s.source = { :path => '.' }
16
s.source_files = 'Classes/**/*'
17
s.dependency 'Flutter'
18
- s.platform = :ios, '14.0'
+ s.platform = :ios, '12.0'
19
20
# Flutter.framework does not contain a i386 slice.
21
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
0 commit comments