From b99ddf739ae546372c2a46e7e085cecb360c66fd Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Wed, 12 Apr 2023 10:17:19 -0400 Subject: [PATCH] Don't use GTMAppAuth 3.0 until the potential build issue is resolved. --- Examples/CalendarSample/Podfile | 2 +- Examples/DriveSample/Podfile | 2 +- Examples/StorageSample/Podfile | 2 +- Examples/YouTubeSample/Podfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Examples/CalendarSample/Podfile b/Examples/CalendarSample/Podfile index 5355107c9..60e4899b1 100644 --- a/Examples/CalendarSample/Podfile +++ b/Examples/CalendarSample/Podfile @@ -8,7 +8,7 @@ target 'CalendarSample' do # Also use GTMAppAuth & AppAuth. See the project USING.md, you can use this or # Google SignIn. - pod 'GTMAppAuth' + pod 'GTMAppAuth', '< 3.0' pod 'AppAuth' end diff --git a/Examples/DriveSample/Podfile b/Examples/DriveSample/Podfile index 0b9438a59..d23f0353c 100644 --- a/Examples/DriveSample/Podfile +++ b/Examples/DriveSample/Podfile @@ -7,7 +7,7 @@ target 'DriveSample' do # Also use GTMAppAuth & AppAuth. See the project USING.md, you can use this or # Google SignIn. - pod 'GTMAppAuth' + pod 'GTMAppAuth', '< 3.0' pod 'AppAuth' end diff --git a/Examples/StorageSample/Podfile b/Examples/StorageSample/Podfile index 0cb35ef00..50f009a56 100644 --- a/Examples/StorageSample/Podfile +++ b/Examples/StorageSample/Podfile @@ -7,7 +7,7 @@ target 'StorageSample' do # Also use GTMAppAuth & AppAuth. See the project USING.md, you can use this or # Google SignIn. - pod 'GTMAppAuth' + pod 'GTMAppAuth', '< 3.0' pod 'AppAuth' end diff --git a/Examples/YouTubeSample/Podfile b/Examples/YouTubeSample/Podfile index 9034cee20..ee6fbca7b 100644 --- a/Examples/YouTubeSample/Podfile +++ b/Examples/YouTubeSample/Podfile @@ -7,7 +7,7 @@ target 'YouTubeSample' do # Also use GTMAppAuth & AppAuth. See the project USING.md, you can use this or # Google SignIn. - pod 'GTMAppAuth' + pod 'GTMAppAuth', '< 3.0' pod 'AppAuth' end