diff --git a/CHANGELOG.md b/CHANGELOG.md index 21237519656..aae20b891fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ - Crashes for uncaught NSExceptions will now report the stracktrace recorded within the exception (#5306) - Move SentryExperimentalOptions to a property defined in Swift (#5329) - Add redaction in session replay for `SFSafariView` used by `SFSafariViewController` and `ASWebAuthenticationSession` (#5408) +- The minimum SDK version has been updated to iOS 12, watchOS 5, tvOS 12, and macOS 10.14. This is consistent with the minimum versions supported by Xcode 15 and resolves warnings when building the SDK. (#5443) ### Fixes diff --git a/Sources/Configuration/DeploymentTargets.xcconfig b/Sources/Configuration/DeploymentTargets.xcconfig index d8bdbc678e4..7b9b9c101a6 100644 --- a/Sources/Configuration/DeploymentTargets.xcconfig +++ b/Sources/Configuration/DeploymentTargets.xcconfig @@ -1,5 +1,5 @@ -MACOSX_DEPLOYMENT_TARGET = 10.13 -IPHONEOS_DEPLOYMENT_TARGET = 11.0 -WATCHOS_DEPLOYMENT_TARGET = 4.0 -TVOS_DEPLOYMENT_TARGET = 11.0 +MACOSX_DEPLOYMENT_TARGET = 10.14 +IPHONEOS_DEPLOYMENT_TARGET = 12.0 +WATCHOS_DEPLOYMENT_TARGET = 5.0 +TVOS_DEPLOYMENT_TARGET = 12.0 XROS_DEPLOYMENT_TARGET = 1.0