Skip to content

Commit

Permalink
Update ios.deployment_target in podspecs to 10.0
Browse files Browse the repository at this point in the history
Summary: iOS 9 was actually dropped in v12.0.0 but the deployment_target in the podspec files hadn't been updated

Reviewed By: joesus

Differential Revision: D32077658

fbshipit-source-id: bf5d655024ffaccac9501f9a03998811a78365a1
  • Loading branch information
jawwad authored and facebook-github-bot committed Nov 1, 2021
1 parent 2f38fdb commit 1dec19e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion FBAEMKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Pod::Spec.new do |s|
s.author = 'Facebook'

s.platform = :ios
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '10.0'

s.source = {
http: "https://github.com/facebook/facebook-ios-sdk/releases/download/v#{s.version}/FacebookSDK_Dynamic.xcframework.zip",
Expand Down
2 changes: 1 addition & 1 deletion FBSDKCoreKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Pod::Spec.new do |s|
s.author = 'Facebook'

s.platform = :ios, :tvos
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '10.0'
s.tvos.deployment_target = '10.0'

s.source = {
Expand Down
2 changes: 1 addition & 1 deletion FBSDKCoreKit_Basics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Pod::Spec.new do |s|
s.author = 'Facebook'

s.platform = :ios, :tvos
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '10.0'
s.tvos.deployment_target = '10.0'
s.library = 'z'

Expand Down
2 changes: 1 addition & 1 deletion FBSDKGamingServicesKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Pod::Spec.new do |s|
s.author = 'Facebook'

s.platform = :ios
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '10.0'

s.swift_version = '5.0'

Expand Down
2 changes: 1 addition & 1 deletion FBSDKLoginKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Pod::Spec.new do |s|
s.author = 'Facebook'

s.platform = :ios, :tvos
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '10.0'
s.tvos.deployment_target = '10.0'

s.source = {
Expand Down
2 changes: 1 addition & 1 deletion FBSDKShareKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Pod::Spec.new do |s|
s.author = 'Facebook'

s.platform = :ios, :tvos
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '10.0'
s.tvos.deployment_target = '10.0'

s.source = {
Expand Down
2 changes: 1 addition & 1 deletion FacebookGamingServices.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Pod::Spec.new do |s|
s.author = 'Facebook'

s.platform = :ios
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '10.0'

s.swift_version = '5.0'

Expand Down

0 comments on commit 1dec19e

Please sign in to comment.