Skip to content

Commit 98c4b35

Browse files
committed
chore: Bump versions
1 parent 5652830 commit 98c4b35

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- Crashes for uncaught NSExceptions will now report the stracktrace recorded within the exception (#5306)
1818
- Move SentryExperimentalOptions to a property defined in Swift (#5329)
1919
- Add redaction in session replay for `SFSafariView` used by `SFSafariViewController` and `ASWebAuthenticationSession` (#5408)
20+
- 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)
2021

2122
## 8.52.1
2223

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
MACOSX_DEPLOYMENT_TARGET = 10.13
2-
IPHONEOS_DEPLOYMENT_TARGET = 11.0
3-
WATCHOS_DEPLOYMENT_TARGET = 4.0
4-
TVOS_DEPLOYMENT_TARGET = 11.0
1+
MACOSX_DEPLOYMENT_TARGET = 10.14
2+
IPHONEOS_DEPLOYMENT_TARGET = 12.0
3+
WATCHOS_DEPLOYMENT_TARGET = 5.0
4+
TVOS_DEPLOYMENT_TARGET = 12.0
55
XROS_DEPLOYMENT_TARGET = 1.0

0 commit comments

Comments
 (0)