Commit Graph

9 Commits

Author SHA1 Message Date
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
Esun Kim 86050be0cf Clean up DEPLOYMENT_TARGET 2020-10-08 14:47:56 -07:00
Esun Kim ccf3cbc6b7 Bump iOS and OSX version 2020-09-30 14:58:30 -07:00
Muxi Yan d2f96d6d64 Use new transport selector 2019-11-01 09:27:43 -07:00
Tony Lu 21c6531bc0 Added targets for other examples in objective-c examples 2019-08-15 11:21:10 -07:00
Muxi Yan f5262fe259 Update objc examples to use v2 API 2019-04-19 14:22:00 -07:00
Muxi Yan 77c4e956de
Update comments 2018-10-31 10:23:21 -07:00
Muxi Yan 25d7a97bca Move README.md to helloworld_macos 2018-10-29 16:26:19 -07:00
Muxi Yan 5e754a182c Add MacOS example 2018-09-18 11:46:07 -07:00