Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman committed Mar 29, 2024
1 parent 0f66479 commit 43b9709
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ Enables Google Sign-In in Flutter apps.
s.osx.deployment_target = '10.15'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }

# google_sign_in_ios does not contain Swift files. GoogleSignIn has a dependency on
# Swift pod GTMAppAuth. When built statically, there is a "pod lib lint" error unless
# swift_version is set.
# google_sign_in_ios does not contain Swift files. For some reason, there
# is a "pod lib lint" warning unless swift_version is set. This seems related to
# GoogleSignIn depending a Swift pod (GTMAppAuth).
s.swift_version = '5.0'

s.resource_bundles = {'google_sign_in_ios_privacy' => ['Resources/PrivacyInfo.xcprivacy']}
end

0 comments on commit 43b9709

Please sign in to comment.