From 9c0492c0e60c6a5c2a1ae605fcdf91a9907c1b79 Mon Sep 17 00:00:00 2001 From: Hannah Shi Date: Thu, 9 Jan 2025 22:40:37 -0800 Subject: [PATCH] bump platform :ios to 12 --- examples/cpp/helloworld/cocoapods/Podfile | 2 +- examples/objective-c/auth_sample/Podfile | 2 +- examples/objective-c/helloworld/Podfile | 2 +- examples/objective-c/route_guide/Podfile | 2 +- src/objective-c/examples/InterceptorSample/Podfile | 2 +- src/objective-c/examples/Sample/Podfile | 2 +- src/objective-c/examples/SwiftSample/Podfile | 2 +- src/objective-c/examples/SwiftUseFrameworks/Podfile | 2 +- src/objective-c/examples/watchOS-sample/Podfile | 2 +- src/objective-c/manual_tests/Podfile | 2 +- src/objective-c/tests/Connectivity/Podfile | 2 +- src/objective-c/tests/Podfile | 6 +++--- test/core/iomgr/ios/CFStreamTests/Podfile | 2 +- test/cpp/cocoapods/Podfile | 2 +- 14 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/cpp/helloworld/cocoapods/Podfile b/examples/cpp/helloworld/cocoapods/Podfile index 0ba5f0d6cda66..38e826001031d 100644 --- a/examples/cpp/helloworld/cocoapods/Podfile +++ b/examples/cpp/helloworld/cocoapods/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '11.0' +platform :ios, '12.0' install! 'cocoapods', :deterministic_uuids => false diff --git a/examples/objective-c/auth_sample/Podfile b/examples/objective-c/auth_sample/Podfile index 19e5f72a0fc3b..689d096b64c16 100644 --- a/examples/objective-c/auth_sample/Podfile +++ b/examples/objective-c/auth_sample/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '11.0' +platform :ios, '12.0' install! 'cocoapods', :deterministic_uuids => false diff --git a/examples/objective-c/helloworld/Podfile b/examples/objective-c/helloworld/Podfile index 161ee6f918415..40e491e283a88 100644 --- a/examples/objective-c/helloworld/Podfile +++ b/examples/objective-c/helloworld/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '11.0' +platform :ios, '12.0' install! 'cocoapods', :deterministic_uuids => false diff --git a/examples/objective-c/route_guide/Podfile b/examples/objective-c/route_guide/Podfile index c6e721086f845..fd590a708a64d 100644 --- a/examples/objective-c/route_guide/Podfile +++ b/examples/objective-c/route_guide/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '11.0' +platform :ios, '12.0' install! 'cocoapods', :deterministic_uuids => false diff --git a/src/objective-c/examples/InterceptorSample/Podfile b/src/objective-c/examples/InterceptorSample/Podfile index c377f19dfa980..ce7e018dc7e45 100644 --- a/src/objective-c/examples/InterceptorSample/Podfile +++ b/src/objective-c/examples/InterceptorSample/Podfile @@ -1,4 +1,4 @@ -platform :ios, '11.0' +platform :ios, '12.0' install! 'cocoapods', :deterministic_uuids => false diff --git a/src/objective-c/examples/Sample/Podfile b/src/objective-c/examples/Sample/Podfile index 7dde00902098e..d637ddba13bf5 100644 --- a/src/objective-c/examples/Sample/Podfile +++ b/src/objective-c/examples/Sample/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '11.0' +platform :ios, '12.0' install! 'cocoapods', :deterministic_uuids => false diff --git a/src/objective-c/examples/SwiftSample/Podfile b/src/objective-c/examples/SwiftSample/Podfile index d69350a49f725..308774ac3b5a4 100644 --- a/src/objective-c/examples/SwiftSample/Podfile +++ b/src/objective-c/examples/SwiftSample/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '11.0' +platform :ios, '12.0' install! 'cocoapods', :deterministic_uuids => false diff --git a/src/objective-c/examples/SwiftUseFrameworks/Podfile b/src/objective-c/examples/SwiftUseFrameworks/Podfile index 71c4e6adc5f84..45821cf8ad886 100644 --- a/src/objective-c/examples/SwiftUseFrameworks/Podfile +++ b/src/objective-c/examples/SwiftUseFrameworks/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '11.0' +platform :ios, '12.0' # Without this we get linker errors due to files with same names but different paths # ref: https://github.com/CocoaPods/CocoaPods/issues/8289#issuecomment-1022723820 diff --git a/src/objective-c/examples/watchOS-sample/Podfile b/src/objective-c/examples/watchOS-sample/Podfile index 941384f7c68e4..79ed23b5ace7b 100644 --- a/src/objective-c/examples/watchOS-sample/Podfile +++ b/src/objective-c/examples/watchOS-sample/Podfile @@ -14,7 +14,7 @@ def grpc_deps end target 'watchOS-sample' do -platform :ios, '11.0' +platform :ios, '12.0' grpc_deps end diff --git a/src/objective-c/manual_tests/Podfile b/src/objective-c/manual_tests/Podfile index eadb12d69c74a..74da0cc0400c3 100644 --- a/src/objective-c/manual_tests/Podfile +++ b/src/objective-c/manual_tests/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '11.0' +platform :ios, '12.0' install! 'cocoapods', :deterministic_uuids => false diff --git a/src/objective-c/tests/Connectivity/Podfile b/src/objective-c/tests/Connectivity/Podfile index 6fbc2dd774433..e70ef5158a720 100644 --- a/src/objective-c/tests/Connectivity/Podfile +++ b/src/objective-c/tests/Connectivity/Podfile @@ -1,5 +1,5 @@ install! 'cocoapods', :deterministic_uuids => false -platform :ios, '11.0' +platform :ios, '12.0' # Location of gRPC's repo root relative to this file. GRPC_LOCAL_SRC = '../../../..' diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile index 640f80d582cd6..73547e1785298 100644 --- a/src/objective-c/tests/Podfile +++ b/src/objective-c/tests/Podfile @@ -36,13 +36,13 @@ end InteropTests ).each do |target_name| target target_name do - platform :ios, '11.0' + platform :ios, '12.0' grpc_deps end end target 'CronetTests' do - platform :ios, '11.0' + platform :ios, '12.0' grpc_deps pod 'gRPC/GRPCCoreCronet', :path => GRPC_LOCAL_SRC @@ -50,7 +50,7 @@ target 'CronetTests' do end target 'PerfTests' do - platform :ios, '11.0' + platform :ios, '12.0' grpc_deps pod 'gRPC/GRPCCoreCronet', :path => GRPC_LOCAL_SRC diff --git a/test/core/iomgr/ios/CFStreamTests/Podfile b/test/core/iomgr/ios/CFStreamTests/Podfile index 8c8b2637b4afd..d7d14b7afa4cf 100644 --- a/test/core/iomgr/ios/CFStreamTests/Podfile +++ b/test/core/iomgr/ios/CFStreamTests/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '11.0' +platform :ios, '12.0' install! 'cocoapods', :deterministic_uuids => false diff --git a/test/cpp/cocoapods/Podfile b/test/cpp/cocoapods/Podfile index f4e73fc939399..b162ac6e46b24 100644 --- a/test/cpp/cocoapods/Podfile +++ b/test/cpp/cocoapods/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '11.0' +platform :ios, '12.0' install! 'cocoapods', :deterministic_uuids => false