Skip to content

Commit 05221e0

Browse files
committed
chore: Bump versions
1 parent 4b58a83 commit 05221e0

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
@@ -24,6 +24,7 @@
2424
- Crashes for uncaught NSExceptions will now report the stracktrace recorded within the exception (#5306)
2525
- Move SentryExperimentalOptions to a property defined in Swift (#5329)
2626
- Add redaction in session replay for `SFSafariView` used by `SFSafariViewController` and `ASWebAuthenticationSession` (#5408)
27+
- 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)
2728

2829
### Fixes
2930

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)