From 50fcd3cf8c7129b66d72a84d81acdded836dc41e Mon Sep 17 00:00:00 2001 From: Hannah Shi Date: Thu, 31 Oct 2024 21:01:12 -0700 Subject: [PATCH] bump ios version for gRPCSample --- tests/cocoapod/gRPCSample/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cocoapod/gRPCSample/Podfile b/tests/cocoapod/gRPCSample/Podfile index 995e338942..5d9d76ee9a 100644 --- a/tests/cocoapod/gRPCSample/Podfile +++ b/tests/cocoapod/gRPCSample/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '10.0' +platform :ios, '11.0' install! 'cocoapods', :deterministic_uuids => false