File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ # 7.1.0-fac-beta-1.1.0
2+ - Beta release supporting Firebase App Check tokens used
3+ to establish your application's integrity while signing in with Google
4+ - Adds privacy manifest support released in [ v7.1.0] ( https://github.com/google/GoogleSignIn-iOS/releases/tag/7.1.0 )
5+ - Internal
6+ - Check integration test for presubmit instruction ([ #368 ] ( https://github.com/google/GoogleSignIn-iOS/pull/368 ) )
7+ - Test skip integration key ([ #374 ] ( https://github.com/google/GoogleSignIn-iOS/pull/374 ) )
8+ - Add Privacy Manifest to App Check Release Branch ([ #392 ] ( https://github.com/google/GoogleSignIn-iOS/pull/392 ) )
9+ - [ Add return type to init in GIDFakeFetcherService header] ( https://github.com/google/GoogleSignIn-iOS/commit/ebf681cac127497da55c932cb5bbf185971a29e7 )
10+
11+ # 7.1.0-fac-beta-1.0.0
12+ - Beta release supporting Firebase App Check tokens used
13+ to establish your application's integrity while signing in with Google
14+
115# 7.1.0
216- Update to Swift 5.0 in ` GoogleSignInSwiftSupport ` pod ([ #317 ] ( https://github.com/google/GoogleSignIn-iOS/pull/317 ) )
317- Documentation updates ([ #351 ] ( https://github.com/google/GoogleSignIn-iOS/pull/351 ) , [ #372 ] ( https://github.com/google/GoogleSignIn-iOS/pull/372 ) )
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'GoogleSignIn'
3- s . version = '7.1.0-fac-beta-1.0 .0'
3+ s . version = '7.1.0-fac-beta-1.1 .0'
44 s . summary = 'Enables iOS apps to sign in with Google.'
55 s . description = <<-DESC
66The Google Sign-In SDK allows users to sign in with their Google account from third-party apps.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424 'CoreGraphics' ,
2525 'SwiftUI' ,
2626 ]
27- s . dependency 'GoogleSignIn' , '~> 7.1.0-fac-beta-1.0 .0'
27+ s . dependency 'GoogleSignIn' , '~> 7.1.0-fac-beta-1.1 .0'
2828 s . resource_bundles = {
2929 'GoogleSignInSwiftSupport_Privacy' => 'GoogleSignInSwift/Sources/Resources/PrivacyInfo.xcprivacy'
3030 }
Original file line number Diff line number Diff line change 1717
1818import PackageDescription
1919
20- let googleSignInVersion = " 7.1.0-fac-beta-1.0 .0 "
20+ let googleSignInVersion = " 7.1.0-fac-beta-1.1 .0 "
2121
2222let package = Package (
2323 name: " GoogleSignIn " ,
You can’t perform that action at this time.
0 commit comments