Skip to content

Commit

Permalink
Relieve ios deployment version to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Muxi Yan committed Mar 17, 2017
1 parent 411b63b commit 37d3fba
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gRPC-Core.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Pod::Spec.new do |s|
:submodules => true,
}

s.ios.deployment_target = '7.1'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
s.requires_arc = false

Expand Down
2 changes: 1 addition & 1 deletion gRPC-ProtoRPC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Pod::Spec.new do |s|
:tag => "v#{version}",
}

s.ios.deployment_target = '7.1'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'

name = 'ProtoRPC'
Expand Down
2 changes: 1 addition & 1 deletion gRPC-RxLibrary.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Pod::Spec.new do |s|
:tag => "v#{version}",
}

s.ios.deployment_target = '7.1'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'

name = 'RxLibrary'
Expand Down
2 changes: 1 addition & 1 deletion gRPC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Pod::Spec.new do |s|
:tag => "v#{version}",
}

s.ios.deployment_target = '7.1'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'

name = 'GRPCClient'
Expand Down
2 changes: 1 addition & 1 deletion src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Pod::Spec.new do |s|
# Restrict the protoc version to the one supported by this plugin.
s.dependency '!ProtoCompiler', '3.2.0'
# For the Protobuf dependency not to complain:
s.ios.deployment_target = '7.1'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
# Restrict the gRPC runtime version to the one supported by this plugin.
s.dependency 'gRPC-ProtoRPC', v
Expand Down
2 changes: 1 addition & 1 deletion templates/gRPC-Core.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
:submodules => true,
}

s.ios.deployment_target = '7.1'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
s.requires_arc = false

Expand Down
2 changes: 1 addition & 1 deletion templates/gRPC-ProtoRPC.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
:tag => "v#{version}",
}

s.ios.deployment_target = '7.1'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'

name = 'ProtoRPC'
Expand Down
2 changes: 1 addition & 1 deletion templates/gRPC-RxLibrary.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
:tag => "v#{version}",
}

s.ios.deployment_target = '7.1'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'

name = 'RxLibrary'
Expand Down
2 changes: 1 addition & 1 deletion templates/gRPC.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
:tag => "v#{version}",
}

s.ios.deployment_target = '7.1'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'

name = 'GRPCClient'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
# Restrict the protoc version to the one supported by this plugin.
s.dependency '!ProtoCompiler', '3.1.0'
# For the Protobuf dependency not to complain:
s.ios.deployment_target = '7.1'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
# Restrict the gRPC runtime version to the one supported by this plugin.
s.dependency 'gRPC-ProtoRPC', v
Expand Down

0 comments on commit 37d3fba

Please sign in to comment.