Bump SDK Version to 17.0.0

Summary: Bump SDK Version to 17.0.0

Reviewed By: jjiang10

Differential Revision: D53864621

fbshipit-source-id: 218006151196c7d2a4432e0ddd28a4e982b6aca3
This commit is contained in:
Ryan Tobin
2024-02-16 12:21:28 -08:00
committed by Facebook GitHub Bot
parent 3183c7eca8
commit e347ccea13
6 changed files with 11 additions and 6 deletions

View File

@@ -10,7 +10,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## Unreleased
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v16.4.0...HEAD)
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v17.0.0...HEAD)
## 17.0.0
[2024-02-16](https://github.com/facebook/facebook-ios-sdk/releases/tag/v17.0.0) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v16.4.0...v17.0.0)
## 16.4.0

View File

@@ -5,4 +5,4 @@
// LICENSE file in the root directory of this source tree.
// The version for FBSDK
FBSDK_PROJECT_VERSION=16.4.0
FBSDK_PROJECT_VERSION=17.0.0

View File

@@ -19,7 +19,7 @@ final class AEMNetworker: NSObject, AEMNetworking, URLSessionDataDelegate {
private enum Values {
static let newline = "\r\n"
static let versionString = "16.4.0"
static let versionString = "17.0.0"
static let defaultGraphAPIVersion = "v16.0"
static let SDK = "ios"
static let userAgentBase = "FBiOSAEM"

View File

@@ -6,5 +6,5 @@
* LICENSE file in the root directory of this source tree.
*/
#define FBSDK_VERSION_STRING @"16.4.0"
#define FBSDK_VERSION_STRING @"17.0.0"
#define FBSDK_DEFAULT_GRAPH_API_VERSION @"v16.0"

View File

@@ -44,7 +44,7 @@ final class AppLinkNavigationTests: XCTestCase {
eventPoster = TestMeasurementEvent()
resolver = TestAppLinkResolver()
settings = TestSettings()
settings.sdkVersion = "16.4.0"
settings.sdkVersion = "17.0.0"
urlOpener = URLOpener(canOpenURL: true)
AppLinkNavigation.defaultResolver = resolver

View File

@@ -22,7 +22,7 @@
#define FBSDK_MAX_CRASH_LOGS 5
#define FBSDK_CRASH_PATH_NAME @"instrument"
#ifndef FBSDK_VERSION_STRING
#define FBSDK_VERSION_STRING @"16.4.0"
#define FBSDK_VERSION_STRING @"17.0.0"
#endif
static NSUncaughtExceptionHandler *previousExceptionHandler = NULL;