Commit Graph

96 Commits

Author SHA1 Message Date
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
Tanvi Jagtap 0353e5b9c4 Internal configuration
PiperOrigin-RevId: 590178979
2023-12-12 06:18:27 -08:00
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 ec58a346f9
Changed C99 to C11 (#29687)
* Changed C99 to C11

* Remove gnu99 option

* Switch to gnu11 for xcode
2022-05-20 14:03:04 -07:00
Esun Kim 03e9ac6f1f
Requiring C++14 (#29589) 2022-05-12 21:17:32 -07:00
Richard Belleville 468768865b
Make Buildifier Sanity Test Strict (#27807)
* Fix all lint errors in repo.

* Use strict buildifier by default

* Whoops. That file does not exist

* Attempt fix to buildifier invocation

* Add missing copyright
2021-11-03 14:57:04 -07:00
Craig Tiller d1e01ac139
Add a test for a (now-illegal) build file construct (#27602)
* Add a test for a (now-illegal) build file construct

* add to test suite!

* fix

* fix

* fix syntax
2021-10-06 07:43:59 -07:00
yulin liang 3bc612374c
Fix required a higher minimum deployment target of Auth Sample Test (#25736) 2021-03-17 10:50:00 -07:00
Esun Kim e7afadc255 Refactor examples BUILD files 2020-12-23 09:23:32 -08: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
Richard Belleville aa942b0e82 Fix duplicated generated file 2020-08-25 10:04:25 +02:00
Patrice Chalin ff391fef8b Fix broken link to Objective-C tutorial 2020-06-16 08:53:21 -04:00
Patrice Chalin 5ac3aa789f Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00
Jan Tattermusch 21512217f2 get rid of the https://grpc.io/release plague 2020-02-04 15:01:03 +01:00
Muxi Yan 9bda9e9cb5 Add additional comments 2019-11-27 13:36:41 -08:00
Muxi Yan c0b85e5a46 clang-format 2019-11-27 11:31:09 -08:00
Muxi Yan 264d71be4c Update RecordRoute 2019-11-27 11:10:55 -08:00
Muxi Yan f830dde7c8 Remove GRPCProtoResponseHandler implementation since no longer needed 2019-11-27 11:10:27 -08:00
Muxi Yan 91cc01e541 nit fix 2019-11-27 10:38:31 -08:00
Muxi Yan 38d361c398 Update GRPCUnaryResponseHandler with generics 2019-11-27 10:22:04 -08:00
Lidi Zheng c34bef4ca4 Format all Bazel files with buildifier 2019-11-05 14:03:52 -08:00
Muxi Yan c562da0f76 Start the call directly 2019-11-01 09:27:46 -07:00
Muxi Yan d2f96d6d64 Use new transport selector 2019-11-01 09:27:43 -07:00
Muxi Yan b3b736fa59 Merge examples/objectivec/README into Hello World's README 2019-09-18 10:36:59 -07:00
Zhehao /Tony/ Lu 7c4b45de43 Little changes 2019-08-27 10:48:47 -07:00
Zhehao /Tony/ Lu 92c5f26ca8 Added a note at the top 2019-08-26 17:03:47 -07:00
Zhehao /Tony/ Lu 6d03b59d7e Added readme for objc examples (Bazel build) 2019-08-26 17:00:50 -07:00
Tony Lu 21c6531bc0 Added targets for other examples in objective-c examples 2019-08-15 11:21:10 -07:00
Tony Lu f4037db1fb Added manual tag and buildtest example 2019-08-14 18:09:19 -07:00
Tony Lu a01edec47a Added helloworld sample with Bazel build 2019-08-14 17:24:51 -07:00
Muxi Yan f5262fe259 Update objc examples to use v2 API 2019-04-19 14:22:00 -07:00
Muxi Yan 97ec5c1d68 Bump version to v1.17.0 2018-12-03 11:53:33 -08: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
Craig Tiller d996379030 Reset OWNERS state 2017-07-17 10:54:07 -07:00
Muxi Yan 75cb3c25d9 Add @muxi and @makdharma as owners of ObjC related files 2017-07-14 12:02:27 -07:00
Mehrdad Afshari bb3d95b643 Use https://grpc.io consistently as the canonical URL 2017-07-10 22:24:28 +00:00
Mehrdad Afshari 976eb7c4b4 Fetch grpc.io/release over https 2017-07-10 15:07:33 -07:00
Jan Tattermusch 4d5c3102a1 fix remaining license notices 2017-06-08 11:22:41 +02:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Jan Tattermusch a22a19fd64 fix markdown 2017-04-18 12:31:49 +02:00
Jorge Canizales 4a18c67b77 Move Podspecs to v1 2016-08-18 13:26:25 -07:00
Jorge Canizales 8ac55f8a8c Solve merge conflict at gRPC-ProtoRPC.podspec 2016-08-08 18:39:56 -07:00
Jorge Canizales a9b1c5cbe1 Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-archive-fix 2016-08-07 18:46:38 -07:00
Jorge Canizales 7a2bc14fc0 Merge commit '5e623b8d8d8d106bd4ab9a6d77ef43b1a134d8ec' into p0-advance-protobuf-version 2016-07-29 15:45:02 -07:00
Jorge Canizales 72dce2dfbc Update podspecs to use Protobuf 3.0.0
The SwiftSample doesn’t build in this commit, but I need to sync with
head anyway so I’ll first merge v1.0.x into this branch and then debug.
2016-07-29 15:42:00 -07:00
Jorge Canizales 70ded7eecc Update sample and test versions to -pre1.1
To use the 3.0.0-beta-4 version of protoc, which has the fix for oneofs
when using dynamic frameworks.
2016-07-19 17:35:11 -07:00
Jorge Canizales 6e2832af29 Downloaded plist with new keys needed by Firebase SDK 2016-07-19 16:43:03 -07:00