Commit Graph

58 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
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
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
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
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
Mehrdad Afshari bb3d95b643 Use https://grpc.io consistently as the canonical URL 2017-07-10 22:24:28 +00: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 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 f8c4580939 Commit as 1.0.0-pre1 so we can release already. 2016-07-18 17:51:31 -07:00
Jorge Canizales e4704d3eda “Allow non-modular includes in framework modules”
It’s the magic sentence that allows pods dependent on RxLibrary to be
archived correctly by XCode.

It’s less than ideal, and seems arbitrary (why RxLibrary specifically?),
so we’ll try to produce a minimal case and open an issue with it in the
Cocoapods repo.
2016-07-18 11:25:51 -07:00
Jorge Canizales 854b81a83b Advance versions from 0.14 -> 1.0
Pending:

- Tag BoringSSL repo.
- Tag gRPC repo.
- Build the plugin, zip it, and add it to the release.
- Push Cocoapods to trunk.
2016-07-15 11:23:48 -07:00
Jorge Canizales 8f525f9bc5 Fix: Cocoapods doesn’t like dirs that start with ./
I wasted a huge amount of time debugging this madness.
2016-07-11 14:24:48 -07:00
Jorge Canizales 45bb7f36b4 Use the deployed protoc spec in samples and README 2016-07-11 11:09:59 -07:00
Jorge Canizales 6eade6dcd7 Podspecs for Protoc and the gRPC plugin
The examples under <repo_root>/examples now rely on the released
versions. Those under src/objective-c/examples, as well as the tests,
rely on protoc and the plugin as compiled from head.
2016-07-11 00:34:14 -07:00
Jorge Canizales 0f213c399c Fix examples to work with local gRPC-Core 2016-07-01 11:54:35 -07:00
Jorge Canizales c09854b8fe Fix example Podfiles, and document better 2016-07-01 10:24:17 -07:00
Yuchen Zeng b8431ae707 Add .xcscheme files for ObjC examples 2016-06-27 10:30:51 -07:00
makdharma 80dc760acc Merge pull request #6934 from makdharma/route_guide_fixes
Modified route_guide sample app to show RPC log
2016-06-24 13:57:50 -07:00
Makarand Dharmapurikar 5a3c6389ed Added braces around _service 2016-06-23 14:02:33 -07:00
Makarand Dharmapurikar abd285aed8 Added missing todo and moved _service
To Implementation
2016-06-23 13:30:19 -07:00
Makarand Dharmapurikar dde4fc66fb changed service to _service, and added a TODO
TODO for removing boilerplate code
2016-06-23 10:35:19 -07:00
Jan Tattermusch 1bc42d9504 Merge pull request #6994 from y-zeng/update-example
Update examples with Cocoapods 1.0.0
2016-06-23 10:11:54 -07:00
Yuchen Zeng db3ffe13cb Update examples with Cocoapods 1.0.0 2016-06-22 01:14:25 -07:00
Yuchen Zeng abc7427a4d Update podfiles for objc examples 2016-06-20 14:40:57 -07:00
Makarand Dharmapurikar 4412c85a10 crud removal 2016-06-16 10:37:51 -07:00
Makarand Dharmapurikar 3eba9075ef using camelCase for output_label now 2016-06-16 10:15:32 -07:00
Makarand Dharmapurikar a7cc90055e Modified route_guide sample app to show RPC log
Modified the screens to show meaningful information about RPC progress.
When you click on each tab the screen now shows log messages that previously
only went to the debug console.
2016-06-16 09:59:51 -07:00
Makarand Dharmapurikar e79b08b5ec RouteGuide example now works with moving between tabs. Fixes issue 6404. 2016-05-04 18:09:20 -07:00
Jorge Canizales 0c0d15fec0 Move BoringSSL.podspec into src, and point Podfiles to it 2015-12-01 18:01:24 -08:00
Jorge Canizales e3d9db2667 Adjust version requirements through samples and tests. 2015-11-25 22:16:38 -08:00
Jorge Canizales 2f0d11bf2a Fix build breakage. 2015-10-28 06:07:26 -07:00