Skip to content

Commit adf8922

Browse files
thomasvlfowles
authored andcommitted
Sync up the min os versions between the C++ and ObjC CocoaPods support.
Fixes #12944 PiperOrigin-RevId: 537907016
1 parent efa1ec7 commit adf8922

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Protobuf-C++.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Pod::Spec.new do |s|
2525

2626
s.header_mappings_dir = 'src'
2727

28-
s.ios.deployment_target = '7.0'
29-
s.osx.deployment_target = '10.9'
30-
s.tvos.deployment_target = '9.0'
31-
s.watchos.deployment_target = '2.0'
28+
s.ios.deployment_target = '12.0'
29+
s.osx.deployment_target = '10.13'
30+
s.tvos.deployment_target = '12.0'
31+
s.watchos.deployment_target = '6.0'
3232

3333
s.pod_target_xcconfig = {
3434
# Do not let src/google/protobuf/stubs/time.h override system API

0 commit comments

Comments
 (0)