From 7d35bc6f4763fffb903d94809c9f1941d8120757 Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Mon, 12 Dec 2022 23:27:11 -0800 Subject: [PATCH] Update min iOS version in Objc sample podfile. --- Samples/ObjC/SignInSample/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/ObjC/SignInSample/Podfile b/Samples/ObjC/SignInSample/Podfile index 96e73b13..c7df6fc7 100644 --- a/Samples/ObjC/SignInSample/Podfile +++ b/Samples/ObjC/SignInSample/Podfile @@ -1,4 +1,4 @@ -platform :ios, '9.0' +platform :ios, '10.0' target 'SampleForPod' do pod 'GoogleSignIn', :path => '../../../', :testspecs => ['unit']