grpc/examples/objective-c/route_guide
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
..
Misc auto-fix most of licenses 2017-06-08 11:22:41 +02:00
RouteGuideClient.xcodeproj Changed C99 to C11 (#29687) 2022-05-20 14:03:04 -07:00
Podfile [ObjC] Upgrade podspec xx.deployment_target (#33091) 2023-05-20 20:38:24 +00:00
README.md Fix broken link to Objective-C tutorial 2020-06-16 08:53:21 -04:00
RouteGuide.podspec [ObjC] Upgrade podspec xx.deployment_target (#33091) 2023-05-20 20:38:24 +00:00
ViewControllers.m Add additional comments 2019-11-27 13:36:41 -08:00
route_guide_db.json move examples to correct locations 2015-08-27 14:00:20 -07:00

README.md

gRPC Basics: Objective-C

This is the supporting code for the tutorial "gRPC Basics: Objective-C."