Skip to content

Commit 37d3fba

Browse files
author
Muxi Yan
committed
Relieve ios deployment version to 7.0
1 parent 411b63b commit 37d3fba

10 files changed

+10
-10
lines changed

gRPC-Core.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Pod::Spec.new do |s|
5151
:submodules => true,
5252
}
5353

54-
s.ios.deployment_target = '7.1'
54+
s.ios.deployment_target = '7.0'
5555
s.osx.deployment_target = '10.9'
5656
s.requires_arc = false
5757

gRPC-ProtoRPC.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Pod::Spec.new do |s|
4848
:tag => "v#{version}",
4949
}
5050

51-
s.ios.deployment_target = '7.1'
51+
s.ios.deployment_target = '7.0'
5252
s.osx.deployment_target = '10.9'
5353

5454
name = 'ProtoRPC'

gRPC-RxLibrary.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Pod::Spec.new do |s|
4848
:tag => "v#{version}",
4949
}
5050

51-
s.ios.deployment_target = '7.1'
51+
s.ios.deployment_target = '7.0'
5252
s.osx.deployment_target = '10.9'
5353

5454
name = 'RxLibrary'

gRPC.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Pod::Spec.new do |s|
4747
:tag => "v#{version}",
4848
}
4949

50-
s.ios.deployment_target = '7.1'
50+
s.ios.deployment_target = '7.0'
5151
s.osx.deployment_target = '10.9'
5252

5353
name = 'GRPCClient'

src/objective-c/!ProtoCompiler-gRPCPlugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Pod::Spec.new do |s|
103103
# Restrict the protoc version to the one supported by this plugin.
104104
s.dependency '!ProtoCompiler', '3.2.0'
105105
# For the Protobuf dependency not to complain:
106-
s.ios.deployment_target = '7.1'
106+
s.ios.deployment_target = '7.0'
107107
s.osx.deployment_target = '10.9'
108108
# Restrict the gRPC runtime version to the one supported by this plugin.
109109
s.dependency 'gRPC-ProtoRPC', v

templates/gRPC-Core.podspec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
:submodules => true,
7979
}
8080

81-
s.ios.deployment_target = '7.1'
81+
s.ios.deployment_target = '7.0'
8282
s.osx.deployment_target = '10.9'
8383
s.requires_arc = false
8484

templates/gRPC-ProtoRPC.podspec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
:tag => "v#{version}",
5151
}
5252

53-
s.ios.deployment_target = '7.1'
53+
s.ios.deployment_target = '7.0'
5454
s.osx.deployment_target = '10.9'
5555

5656
name = 'ProtoRPC'

templates/gRPC-RxLibrary.podspec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
:tag => "v#{version}",
5151
}
5252

53-
s.ios.deployment_target = '7.1'
53+
s.ios.deployment_target = '7.0'
5454
s.osx.deployment_target = '10.9'
5555

5656
name = 'RxLibrary'

templates/gRPC.podspec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
:tag => "v#{version}",
5050
}
5151

52-
s.ios.deployment_target = '7.1'
52+
s.ios.deployment_target = '7.0'
5353
s.osx.deployment_target = '10.9'
5454

5555
name = 'GRPCClient'

templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
# Restrict the protoc version to the one supported by this plugin.
106106
s.dependency '!ProtoCompiler', '3.1.0'
107107
# For the Protobuf dependency not to complain:
108-
s.ios.deployment_target = '7.1'
108+
s.ios.deployment_target = '7.0'
109109
s.osx.deployment_target = '10.9'
110110
# Restrict the gRPC runtime version to the one supported by this plugin.
111111
s.dependency 'gRPC-ProtoRPC', v

0 commit comments

Comments
 (0)