grpc/test/cpp/cocoapods
Hannah Shi 988c85535d
[ObjC] Upgrade podspec xx.deployment_target (#33091)
Upgrade apple platform deployment_target versions to fix the cocoapods
push of BoringSSL-GRPC about the following error:
```
ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```
ref: https://developer.apple.com/forums/thread/725300

This also aligns with the versions required by
[protobuf](https://github.com/protocolbuffers/protobuf/pull/10652)

```
ios.deployment_target = '10.0'
osx.deployment_target = '10.12'
tvos.deployment_target = '12.0'
watchos.deployment_target = '6.0'
```
2023-05-20 20:38:24 +00:00
..
GRPCCppTests.xcodeproj Updated backoff to use absl::Random (#27193) 2021-12-02 15:22:44 -08:00
generic Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
test [cleanups] Clean up `GrpcLibraryInitializer` (#31894) 2022-12-17 01:08:35 +08:00
Podfile [ObjC] Upgrade podspec xx.deployment_target (#33091) 2023-05-20 20:38:24 +00:00