grpc/examples/objective-c/helloworld_macos
Tanvi Jagtap f3aa7dc2f2
[grpc] Move contents of objective_c to objective-c (#35361)
Due to an internal issue, some code from objective-c folder was copied
into objective_c .
Trying to undo that.

<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
2023-12-21 09:19:55 -08:00
..
HelloWorld [grpc] Move contents of objective_c to objective-c (#35361) 2023-12-21 09:19:55 -08:00
HelloWorld.xcodeproj [grpc] Move contents of objective_c to objective-c (#35361) 2023-12-21 09:19:55 -08:00
HelloWorld.podspec [grpc] Move contents of objective_c to objective-c (#35361) 2023-12-21 09:19:55 -08:00
Podfile [grpc] Move contents of objective_c to objective-c (#35361) 2023-12-21 09:19:55 -08:00
README.md [grpc] Move contents of objective_c to objective-c (#35361) 2023-12-21 09:19:55 -08:00
main.m [grpc] Move contents of objective_c to objective-c (#35361) 2023-12-21 09:19:55 -08:00

README.md

gRPC Objective-C Mac OS Hello World Example

A hello world example app on Mac OS. Note that Mac OS is not a first class supported platform of gRPC Objective-C library. This example is only for reference.

Refer to Hello World Example for instructions on installation and running.