Skip to content

Commit

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

Reviewed By: jingping2015

Differential Revision: D12868856

fbshipit-source-id: 61a18e4a2bd5336e6b6dc47ca44f80e15a51fe83
  • Loading branch information
Cody Winton authored and facebook-github-bot committed Oct 31, 2018
1 parent 1fdc373 commit 1c0209b
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
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.38.0
FBSDK_PROJECT_VERSION=4.38.1
MNSDK_PROJECT_VERSION=TODO_SUPPORT_MNSDK

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

s.name = 'FBSDKCoreKit'
s.version = '4.38.0'
s.version = '4.38.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 => 'sdk-version-4.38.0'
:tag => 'sdk-version-4.38.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
Expand Up @@ -53,5 +53,5 @@
#import <FBSDKCoreKit/FBSDKDeviceViewControllerBase.h>
#endif

#define FBSDK_VERSION_STRING @"4.38.0"
#define FBSDK_VERSION_STRING @"4.38.1"
#define FBSDK_TARGET_PLATFORM_VERSION @"v3.2"
4 changes: 2 additions & 2 deletions FBSDKLoginKit.podspec
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FBSDKLoginKit'
s.version = '4.38.0'
s.version = '4.38.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 => 'sdk-version-4.38.0'
:tag => 'sdk-version-4.38.1'
}

s.ios.weak_frameworks = 'Accounts', 'CoreLocation', 'Social', 'Security', 'QuartzCore', 'CoreGraphics', 'UIKit', 'Foundation', 'AudioToolbox'
Expand Down
4 changes: 2 additions & 2 deletions FBSDKMarketingKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FBSDKMarketingKit'
s.version = '4.38.0'
s.version = '4.38.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.38.0.zip', :type => :zip }
s.source = { :http => 'https://origincache.facebook.com/developers/resources/?id=FacebookSDKs-iOS-4.38.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
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FBSDKPlacesKit'
s.version = '4.38.0'
s.version = '4.38.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 => 'sdk-version-4.38.0'
:tag => 'sdk-version-4.38.1'
}

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

s.name = 'FBSDKShareKit'
s.version = '4.38.0'
s.version = '4.38.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 => 'sdk-version-4.38.0'
:tag => 'sdk-version-4.38.1'
}

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

s.name = 'FBSDKTVOSKit'
s.version = '4.38.0'
s.version = '4.38.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 => 'sdk-version-4.38.0' }
:tag => 'sdk-version-4.38.1' }

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

0 comments on commit 1c0209b

Please sign in to comment.