Skip to content

Commit

Permalink
Bump Version 6.5.1 (#1354)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1354

Patches v6.5.0 of the iOS SDK.

Reviewed By: tianqibt

Differential Revision: D21213007

fbshipit-source-id: 4835582cdd3416547eb4a4d4dc40769fea8b1c8d
  • Loading branch information
joesus authored and facebook-github-bot committed Apr 24, 2020
1 parent 9c546dc commit 7a6532a
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 11 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
v7.0 will drop support for Xcode versions below 11. This is in line with [Apple's plans](https://developer.apple.com/news/?id=03262020b) to disallow submission of Apps that do not include the iOS 13 SDK.
This means that from v7.0 on, all SDK kits will be built using Xcode 11 and Swift 5.1.

[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v6.5.0...HEAD)
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v6.5.1...HEAD)

## 6.5.1

## Fixed

- The Swift interface for SharingDelegate should not have a nullable error in the callback.
- Fixes issue with login callback during backgrounding.
- Minor fixes related to Integrity

[2020-04-23](https://github.com/facebook/facebook-ios-sdk/releases/tag/v6.5.1) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v6.5.0...v6.5.1)

## 6.5.0

## Added

- More usecase for Integrity is supported.

[2020-04-20](https://github.com/facebook/facebook-ios-sdk/releases/tag/v6.5.0) |
Expand Down
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=6.5.0
FBSDK_PROJECT_VERSION=6.5.1
MNSDK_PROJECT_VERSION=TODO_SUPPORT_MNSDK

2 changes: 1 addition & 1 deletion 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 = '6.5.0'
s.version = '6.5.1'
s.summary = 'Official Facebook SDK for iOS to access Facebook Platform core features'

s.description = <<-DESC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define FBSDK_MAX_CRASH_LOGS 5
#define FBSDK_CRASH_PATH_NAME @"instrument"
#ifndef FBSDK_VERSION_STRING
#define FBSDK_VERSION_STRING @"6.5.0"
#define FBSDK_VERSION_STRING @"6.5.1"
#endif

static NSUncaughtExceptionHandler *previousExceptionHandler = NULL;
Expand Down
2 changes: 1 addition & 1 deletion FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@

#endif

#define FBSDK_VERSION_STRING @"6.5.0"
#define FBSDK_VERSION_STRING @"6.5.1"
#define FBSDK_TARGET_PLATFORM_VERSION @"v6.0"
2 changes: 1 addition & 1 deletion FBSDKGamingServicesKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FBSDKGamingServicesKit'
s.version = '6.5.0'
s.version = '6.5.1'
s.summary = 'Official Facebook SDK for iOS to access Facebook Gaming Services'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion 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 = '6.5.0'
s.version = '6.5.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 Down
2 changes: 1 addition & 1 deletion 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 = '6.5.0'
s.version = '6.5.1'
s.summary = 'Official Facebook SDK for iOS to set up Codeless Events'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion 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 = '6.5.0'
s.version = '6.5.1'
s.summary = 'Official Facebook SDK for iOS to access Facebook Platform Sharing Features'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion 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 = '6.5.0'
s.version = '6.5.1'
s.summary = 'Official Facebook SDK for tvOS to access Facebook Platform with features like Login and Graph API.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion FacebookSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FacebookSDK'
s.version = '6.5.0'
s.version = '6.5.1'
s.summary = 'Official Facebook SDK for iOS to access Facebook Platform'

s.description = <<-DESC
Expand Down

0 comments on commit 7a6532a

Please sign in to comment.