diff --git a/packages/google_sign_in/CHANGELOG.md b/packages/google_sign_in/CHANGELOG.md index b46be247f317..fde4f781d649 100644 --- a/packages/google_sign_in/CHANGELOG.md +++ b/packages/google_sign_in/CHANGELOG.md @@ -1,6 +1,7 @@ ## 4.0.9 * Update and migrate iOS example project. +* Define clang module for iOS. ## 4.0.8 diff --git a/packages/google_sign_in/ios/google_sign_in.podspec b/packages/google_sign_in/ios/google_sign_in.podspec index 673341edfcf9..fb51173b9276 100755 --- a/packages/google_sign_in/ios/google_sign_in.podspec +++ b/packages/google_sign_in/ios/google_sign_in.podspec @@ -17,4 +17,7 @@ Enables Google Sign-In in Flutter apps. s.dependency 'Flutter' s.dependency 'GoogleSignIn', '~> 4.0' s.static_framework = true + + s.platform = :ios, '8.0' + s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' } end diff --git a/script/lint_darwin_plugins.sh b/script/lint_darwin_plugins.sh index 212ed0bddcde..4690cd91fbeb 100755 --- a/script/lint_darwin_plugins.sh +++ b/script/lint_darwin_plugins.sh @@ -55,7 +55,6 @@ function lint_packages() { local skipped_packages=( 'battery' 'google_maps_flutter' - 'google_sign_in' 'share' 'video_player' 'webview_flutter'