Skip to content

Commit f0ac029

Browse files
committed
update comment
1 parent 76608b2 commit f0ac029

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/google_sign_in/google_sign_in_ios/darwin/google_sign_in_ios.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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']}
3132
end

0 commit comments

Comments
 (0)