From d9e20bbf0d7de9ea0afd63a7a1dc0ca09f82b185 Mon Sep 17 00:00:00 2001 From: Cody Winton Date: Tue, 15 Jan 2019 15:08:21 -0800 Subject: [PATCH] version bump v(4.40.0) Summary: SDK version bump to v(4.40.0). Automatically generated by running fbobjc/ios-sdk/internal/scripts/cut_branch_ios.sh Reviewed By: jingping2015 Differential Revision: D13681917 fbshipit-source-id: 254027f9d5c52272ab1b744bbba8ca835d0923a3 --- Configurations/Version.xcconfig | 2 +- FBSDKCoreKit.podspec | 4 ++-- FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h | 2 +- FBSDKLoginKit.podspec | 4 ++-- FBSDKMarketingKit.podspec | 5 +++-- FBSDKPlacesKit.podspec | 4 ++-- FBSDKShareKit.podspec | 4 ++-- FBSDKTVOSKit.podspec | 4 ++-- Facebook-iOS-SDK.podspec | 4 ++-- FacebookSDK.podspec | 4 ++-- 10 files changed, 19 insertions(+), 18 deletions(-) diff --git a/Configurations/Version.xcconfig b/Configurations/Version.xcconfig index d00c81121..54da66240 100644 --- a/Configurations/Version.xcconfig +++ b/Configurations/Version.xcconfig @@ -17,6 +17,6 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // The versions for FBSDK and Messenger SDK. -FBSDK_PROJECT_VERSION=4.39.1 +FBSDK_PROJECT_VERSION=4.40.0 MNSDK_PROJECT_VERSION=TODO_SUPPORT_MNSDK diff --git a/FBSDKCoreKit.podspec b/FBSDKCoreKit.podspec index e7de9420b..2b7ad63e7 100644 --- a/FBSDKCoreKit.podspec +++ b/FBSDKCoreKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKCoreKit' - s.version = '4.39.1' + s.version = '4.40.0' s.summary = 'Official Facebook SDK for iOS to access Facebook Platform core features' s.description = <<-DESC @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.tvos.deployment_target = '9.0' s.source = { :git => 'https://github.com/facebook/facebook-objc-sdk.git', - :tag => 'v4.39.1' + :tag => "v#{s.version}" } s.ios.weak_frameworks = 'Accounts', 'CoreLocation', 'Social', 'Security', 'QuartzCore', 'CoreGraphics', 'UIKit', 'Foundation', 'AudioToolbox' diff --git a/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h b/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h index 46ce16392..78c5836b6 100644 --- a/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h +++ b/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h @@ -53,5 +53,5 @@ #import #endif -#define FBSDK_VERSION_STRING @"4.39.1" +#define FBSDK_VERSION_STRING @"4.40.0" #define FBSDK_TARGET_PLATFORM_VERSION @"v3.2" diff --git a/FBSDKLoginKit.podspec b/FBSDKLoginKit.podspec index 02e833739..5be725d8c 100644 --- a/FBSDKLoginKit.podspec +++ b/FBSDKLoginKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKLoginKit' - s.version = '4.39.1' + s.version = '4.40.0' s.summary = 'Official Facebook SDK for iOS to access Facebook Platform with features like Login, Share and Message Dialog, App Links, and Graph API' s.description = <<-DESC @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.tvos.deployment_target = '9.0' s.source = { :git => 'https://github.com/facebook/facebook-objc-sdk.git', - :tag => 'v4.39.1' + :tag => "v#{s.version}" } s.ios.weak_frameworks = 'Accounts', 'CoreLocation', 'Social', 'Security', 'QuartzCore', 'CoreGraphics', 'UIKit', 'Foundation', 'AudioToolbox' diff --git a/FBSDKMarketingKit.podspec b/FBSDKMarketingKit.podspec index c94fb4cd8..6c16e6988 100644 --- a/FBSDKMarketingKit.podspec +++ b/FBSDKMarketingKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FBSDKMarketingKit' - s.version = '4.39.1' + s.version = '4.40.0' s.summary = 'Official Facebook SDK for iOS to set up Codeless Events' s.description = <<-DESC @@ -13,7 +13,8 @@ Pod::Spec.new do |s| s.author = 'Facebook' s.license = { :type => 'Facebook Platform License', :file => 'LICENSE.txt' } s.platform = :ios - s.source = { :http => 'https://origincache.facebook.com/developers/resources/?id=FacebookSDKs-iOS-4.39.1.zip', :type => :zip } + s.source = { :http => "https://origincache.facebook.com/developers/resources/?id=FacebookSDKs-iOS-#{s.version}.zip", + :type => :zip } s.source_files = 'FBSDKMarketingKit.framework/**/*.h' s.public_header_files = 'FBSDKMarketingKit.framework/**/*.h' s.ios.vendored_frameworks = 'FBSDKMarketingKit.framework' diff --git a/FBSDKPlacesKit.podspec b/FBSDKPlacesKit.podspec index 5b0a4c4ba..6df295b04 100644 --- a/FBSDKPlacesKit.podspec +++ b/FBSDKPlacesKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKPlacesKit' - s.version = '4.39.1' + s.version = '4.40.0' s.summary = 'Official Facebook SDK for iOS to access Facebook Places' s.description = <<-DESC @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' s.source = { :git => 'https://github.com/facebook/facebook-objc-sdk.git', - :tag => 'v4.39.1' + :tag => "v#{s.version}" } s.weak_frameworks = 'Accounts', 'CoreLocation', 'Social', 'Security', 'Foundation' diff --git a/FBSDKShareKit.podspec b/FBSDKShareKit.podspec index 35f0badd0..5df724c6f 100644 --- a/FBSDKShareKit.podspec +++ b/FBSDKShareKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKShareKit' - s.version = '4.39.1' + s.version = '4.40.0' s.summary = 'Official Facebook SDK for iOS to access Facebook Platform Sharing Features' s.description = <<-DESC @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.tvos.deployment_target = '9.0' s.source = { :git => 'https://github.com/facebook/facebook-objc-sdk.git', - :tag => 'v4.39.1' + :tag => "v#{s.version}" } s.ios.weak_frameworks = 'Accounts', 'AudioToolbox', 'CoreGraphics', 'CoreLocation', 'Foundation', 'QuartzCore', 'Security', 'Social', 'UIKit' diff --git a/FBSDKTVOSKit.podspec b/FBSDKTVOSKit.podspec index fb424b71d..c1c575e93 100644 --- a/FBSDKTVOSKit.podspec +++ b/FBSDKTVOSKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKTVOSKit' - s.version = '4.39.1' + s.version = '4.40.0' s.summary = 'Official Facebook SDK for tvOS to access Facebook Platform with features like Login and Graph API.' s.description = <<-DESC @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.tvos.deployment_target = '9.0' s.source = { :git => 'https://github.com/facebook/facebook-objc-sdk.git', - :tag => 'v4.39.1' } + :tag => "v#{s.version}" } s.source_files = 'FBSDKTVOSKit/FBSDKTVOSKit/**/*.{h,m}' s.public_header_files = 'FBSDKTVOSKit/FBSDKTVOSKit/*.h' diff --git a/Facebook-iOS-SDK.podspec b/Facebook-iOS-SDK.podspec index b8ab6a19c..891b7c379 100644 --- a/Facebook-iOS-SDK.podspec +++ b/Facebook-iOS-SDK.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'Facebook-iOS-SDK' - s.version = '4.38.0' + s.version = '4.40.0' s.summary = '(DEPRECATED: Use FacebookSDK instead) Official Facebook SDK for iOS to access Facebook Platform' s.description = <<-DESC @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.tvos.deployment_target = '9.0' s.source = { :git => 'https://github.com/facebook/facebook-objc-sdk.git', - :tag => 'v4.38.0' } + :tag => "v#{s.version}" } s.ios.weak_frameworks = 'Accounts', 'CoreLocation', 'Social', 'Security', 'QuartzCore', 'CoreGraphics', 'UIKit', 'Foundation', 'AudioToolbox', 'WebKit' s.tvos.weak_frameworks = 'CoreLocation', 'Security', 'QuartzCore', 'CoreGraphics', 'UIKit', 'Foundation', 'AudioToolbox' diff --git a/FacebookSDK.podspec b/FacebookSDK.podspec index 70206e027..b3cee7e0d 100644 --- a/FacebookSDK.podspec +++ b/FacebookSDK.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FacebookSDK' - s.version = '4.38.0' + s.version = '4.40.0' s.summary = 'Official Facebook SDK for iOS to access Facebook Platform' s.description = <<-DESC @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.tvos.deployment_target = '9.0' s.source = { :git => 'https://github.com/facebook/facebook-objc-sdk.git', - :tag => 'v4.38.0' } + :tag => "v#{s.version}" } s.ios.weak_frameworks = 'Accounts', 'CoreLocation', 'Social', 'Security', 'QuartzCore', 'CoreGraphics', 'UIKit', 'Foundation', 'AudioToolbox', 'WebKit' s.tvos.weak_frameworks = 'CoreLocation', 'Security', 'QuartzCore', 'CoreGraphics', 'UIKit', 'Foundation', 'AudioToolbox'