Skip to content

Commit

Permalink
version bump v(4.39.1)
Browse files Browse the repository at this point in the history
Summary: SDK version bump to v(4.39.1). Automatically generated by running fbobjc/ios-sdk/internal/scripts/cut_branch_ios.sh

Reviewed By: stoyan

Differential Revision: D13601525

fbshipit-source-id: e750a1f550f30bfcdffd37c4e9c1a0dc56fd3972
  • Loading branch information
Cody Winton authored and facebook-github-bot committed Jan 8, 2019
1 parent f91783a commit fc99f13
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
FBSDK_PROJECT_VERSION=4.39.1
MNSDK_PROJECT_VERSION=TODO_SUPPORT_MNSDK

4 changes: 2 additions & 2 deletions FBSDKCoreKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FBSDKCoreKit'
s.version = '4.39.0'
s.version = '4.39.1'
s.summary = 'Official Facebook SDK for iOS to access Facebook Platform core features'

s.description = <<-DESC
Expand All @@ -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.0'
:tag => 'v4.39.1'
}

s.ios.weak_frameworks = 'Accounts', 'CoreLocation', 'Social', 'Security', 'QuartzCore', 'CoreGraphics', 'UIKit', 'Foundation', 'AudioToolbox'
Expand Down
2 changes: 1 addition & 1 deletion FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
#import <FBSDKCoreKit/FBSDKDeviceViewControllerBase.h>
#endif

#define FBSDK_VERSION_STRING @"4.39.0"
#define FBSDK_VERSION_STRING @"4.39.1"
#define FBSDK_TARGET_PLATFORM_VERSION @"v3.2"
4 changes: 2 additions & 2 deletions FBSDKLoginKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FBSDKLoginKit'
s.version = '4.39.0'
s.version = '4.39.1'
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
Expand All @@ -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.0'
:tag => 'v4.39.1'
}

s.ios.weak_frameworks = 'Accounts', 'CoreLocation', 'Social', 'Security', 'QuartzCore', 'CoreGraphics', 'UIKit', 'Foundation', 'AudioToolbox'
Expand Down
4 changes: 2 additions & 2 deletions FBSDKMarketingKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FBSDKMarketingKit'
s.version = '4.39.0'
s.version = '4.39.1'
s.summary = 'Official Facebook SDK for iOS to set up Codeless Events'

s.description = <<-DESC
Expand All @@ -13,7 +13,7 @@ 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.0.zip', :type => :zip }
s.source = { :http => 'https://origincache.facebook.com/developers/resources/?id=FacebookSDKs-iOS-4.39.1.zip', :type => :zip }
s.source_files = 'FBSDKMarketingKit.framework/**/*.h'
s.public_header_files = 'FBSDKMarketingKit.framework/**/*.h'
s.ios.vendored_frameworks = 'FBSDKMarketingKit.framework'
Expand Down
4 changes: 2 additions & 2 deletions FBSDKPlacesKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FBSDKPlacesKit'
s.version = '4.39.0'
s.version = '4.39.1'
s.summary = 'Official Facebook SDK for iOS to access Facebook Places'

s.description = <<-DESC
Expand All @@ -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.0'
:tag => 'v4.39.1'
}

s.weak_frameworks = 'Accounts', 'CoreLocation', 'Social', 'Security', 'Foundation'
Expand Down
4 changes: 2 additions & 2 deletions FBSDKShareKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FBSDKShareKit'
s.version = '4.39.0'
s.version = '4.39.1'
s.summary = 'Official Facebook SDK for iOS to access Facebook Platform Sharing Features'

s.description = <<-DESC
Expand All @@ -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.0'
:tag => 'v4.39.1'
}

s.ios.weak_frameworks = 'Accounts', 'AudioToolbox', 'CoreGraphics', 'CoreLocation', 'Foundation', 'QuartzCore', 'Security', 'Social', 'UIKit'
Expand Down
4 changes: 2 additions & 2 deletions FBSDKTVOSKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FBSDKTVOSKit'
s.version = '4.39.0'
s.version = '4.39.1'
s.summary = 'Official Facebook SDK for tvOS to access Facebook Platform with features like Login and Graph API.'

s.description = <<-DESC
Expand All @@ -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.0' }
:tag => 'v4.39.1' }

s.source_files = 'FBSDKTVOSKit/FBSDKTVOSKit/**/*.{h,m}'
s.public_header_files = 'FBSDKTVOSKit/FBSDKTVOSKit/*.h'
Expand Down

0 comments on commit fc99f13

Please sign in to comment.