Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit 11b6f88

Browse files
authored
Merge pull request #69 from s2nventures/main
set minimum iOS version to 11.4 in order to support CryptoKit
2 parents 149eca5 + bd1e7a0 commit 11b6f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_auth_oauth/ios/firebase_auth_oauth.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A new flutter plugin project.
2020
s.framework = 'AuthenticationServices'
2121
s.framework = 'CryptoKit'
2222
s.static_framework = true
23-
s.platform = :ios, '10.0'
23+
s.platform = :ios, '11.4'
2424

2525
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
2626
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }

0 commit comments

Comments
 (0)