Skip to content

Commit 7372822

Browse files
authored
Merge pull request #2 from icapps/feature/oguzhnatly#21-lower-min-ios-version
lower the ios min version
2 parents cee0e5d + 163e988 commit 7372822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/flutter_carplay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Flutter Apps are now on Apple CarPlay. This package aims to make it safe to use
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.platform = :ios, '14.0'
18+
s.platform = :ios, '12.0'
1919

2020
# Flutter.framework does not contain a i386 slice.
2121
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }

0 commit comments

Comments
 (0)