Commit Graph

33 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
Nicolas Noble a325d7f77a
Pointing the protobuf submodule to the new URL (#26811)
* Pointing the protobuf submodule to the new URL

* Also changing WORKSPACE dependencies

* More references to the old URL...
2021-07-29 10:19:16 -07:00
Esun Kim ccf3cbc6b7 Bump iOS and OSX version 2020-09-30 14:58:30 -07:00
Muxi Yan e8d6d47854
Update README for #16821 2018-12-12 17:58:52 -08:00
Muxi Yan 571109e400 Update README to document the change 2018-08-23 16:44:02 -07:00
Muxi Yan 53e0b74a0a
Specify minimum supported versions in README.md 2018-01-17 12:02:05 -08:00
Paul Beusterien 5e1ac7f201 Fix Objc Readme for directory hierarchies 2017-08-07 15:01:49 -07: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 886eecf1e0 Fixup: Readme to 1.0.0-pre1 too instead of 1.0.0 2016-07-18 17:54:03 -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 45bb7f36b4 Use the deployed protoc spec in samples and README 2016-07-11 11:09:59 -07:00
Jorge Canizales db502a7986 Update documentation and samples. 2016-06-08 19:21:58 -07:00
Jorge Canizales e3d9db2667 Adjust version requirements through samples and tests. 2015-11-25 22:16:38 -08:00
Jan Tattermusch d6c0415e94 Add cocoapods badge 2015-10-30 09:11:40 -07:00
Stanley Cheung 601f03c308 removed a few more linuxbrew references 2015-10-08 12:00:49 -07:00
Nate Kibler 3ee1da84d3 Fixed a typo in the README 2015-10-08 09:20:40 -07:00
Stanley Cheung 0a268216c2 replace all grpc-common occurances with examples 2015-08-27 14:38:38 -07:00
Jorge Canizales beabcfd590 Link to official protobuf podspec in the README
It was still linking to my pull request's podspec.
2015-06-17 10:54:52 -07:00
Jorge Canizales a1e32ba927 Remove failing globs from examples and tests 2015-06-13 23:30:38 -07:00
Jorge Canizales 80afb1436f Regenerate README table of contents 2015-06-04 15:44:26 -07:00
Jorge Canizales df1a29f7ed Update README (minus table of content) 2015-06-04 15:34:04 -07:00
Jorge Canizales 297a2f70c0 Fix podspec example in README to work with dir hierarchies
Because the sample protos were all in a flat directory, I hadn't noticed the issue.
2015-05-29 17:27:19 -07:00
Jorge Canizales 4432330242 Move anchors above headers, so TOC links work properly 2015-05-26 17:53:37 -07:00
Jorge Canizales cf685a7368 Update README.md 2015-05-26 17:52:27 -07:00
Jorge Canizales 4ed4e105f5 Add TOC and anchors in the headers 2015-05-26 17:50:01 -07:00
Jorge Canizales c39e4aecfd Add simpler instructions for ObjC (using Homebrew)
It also clarifies the Cocoapods part for people new to Cocoapods, and links to the sample app for examples on how to use the generated library.
2015-05-26 17:41:16 -07:00
Jorge Canizales 10b3193728 Fix typo in README commands to compile protos!
Let's fix this before everybody hates me.
2015-05-21 17:16:39 -07:00
Jorge Canizales c5c65aae2e Add instructions to generate code and integrate it 2015-05-19 22:40:02 -07:00
Jorge Canizales 5e0efd95f7 Imports code of the generic gRPC client library. 2015-02-17 18:23:58 -08:00