grpc/src/objective-c/manual_tests
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
..
GrpcIosTest.xcodeproj Updated backoff to use absl::Random (#27193) 2021-12-02 15:22:44 -08:00
GrpcIosTestUITests Fix some iOS UI test flakes 2019-04-23 11:42:33 -07:00
AppDelegate.h Rerun clang-formatter-7 2020-03-03 10:46:55 -08:00
AppDelegate.m Add manual test suite 2019-02-08 10:09:21 -08:00
Info.plist Add manual test suite 2019-02-08 10:09:21 -08:00
Main.storyboard Fix GrpcIosTestUITests flake and add some more testcases. 2019-04-08 12:42:43 -07:00
Podfile [ObjC] Upgrade podspec xx.deployment_target (#33091) 2023-05-20 20:38:24 +00:00
ViewController.m Rerun clang-formatter-7 2020-03-03 10:46:55 -08:00
main.m Enable CFStream by default on iOS for all wrapped languages 2019-06-26 11:31:31 -07:00