File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/google_sign_in/google_sign_in_ios/darwin Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ Enables Google Sign-In in Flutter apps.
2323 s . osx . deployment_target = '10.15'
2424 s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2525
26- # google_sign_in_ios does not contain Swift files. GoogleSignIn has a dependency on
27- # Swift pod GTMAppAuth. When built statically, there is a "pod lib lint" error unless
28- # swift_version is set .
26+ # google_sign_in_ios does not contain Swift files. For some reason, there
27+ # is a "pod lib lint" warning unless swift_version is set. This seems related to
28+ # GoogleSignIn depending a Swift pod (GTMAppAuth) .
2929 s . swift_version = '5.0'
30+
3031 s . resource_bundles = { 'google_sign_in_ios_privacy' => [ 'Resources/PrivacyInfo.xcprivacy' ] }
3132end
You can’t perform that action at this time.
0 commit comments