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
Denny C. Dai
343cb0ecb9
Setting C++ lang dialect for objc cocoapod specs ( #31071 )
2022-09-20 13:59:17 -07:00
Esun Kim
ccf3cbc6b7
Bump iOS and OSX version
2020-09-30 14:58:30 -07:00
Muxi Yan
96c11d153f
Revert "Revert #19704 and #20060"
2019-08-28 13:35:40 -07:00
Muxi Yan
d1f4456dc6
Revert "Merge pull request #19704 from muxi/isolate-call-implementation-2"
...
This reverts commit ac5f8062dd , reversing
changes made to 8ae549431c .
2019-08-28 11:37:59 -07:00
Muxi Yan
43b17bff17
Merge remote-tracking branch 'upstream/master' into isolate-call-implementation-2
2019-08-09 10:06:36 -07:00
Muxi Yan
9d77037106
clang-format
2019-08-09 10:02:00 -07:00
Muxi Yan
f20cfd3844
Build system reorg
2019-07-24 21:40:58 -07:00
Muxi Yan
d6a201b62b
Isolate legacy in ProtoRPC
2019-07-23 10:16:11 -07:00
Tony Lu
b82d5ecc5a
Removed space from dir name to fix clang_format_code
2019-07-22 18:37:36 -07:00
Muxi Yan
d771bcab2c
Merge remote-tracking branch 'upstream/master' into default-cfstream-2
2019-03-28 14:49:15 -07:00
Maxim Bunkov
1b07aba6af
Update templates for supprt tvOS
2019-01-17 10:24:39 +05:00
Muxi Yan
e2f3741c74
Changed podspec templates and Podfile for test
2018-12-27 11:31:10 -08:00
Muxi Yan
6df75c5989
podspec nit fix
2018-06-07 16:27:54 -07:00
Muxi Yan
08876dadce
CFStream podspec
2018-06-06 20:06:35 -07:00
Muxi Yan
94d669e022
Supress strict prototype warning in gRPC pods
2017-10-22 14:56:10 -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
Muxi Yan
37d3fba391
Relieve ios deployment version to 7.0
2017-03-16 19:33:53 -07:00
Muxi Yan
27e9db4393
Add modification warning to templated files
2017-01-30 09:22:30 -08:00
Muxi Yan
91bac1155d
Empty line restore
2017-01-30 09:01:26 -08:00
Muxi Yan
690aee6d30
Automatedly advance ObjC version numbers
2017-01-27 04:18:26 +00:00