Skip to content

Commit

Permalink
Use Sentry 8.39.0 to fix SwiftUI previews on Mac (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
guarani authored Nov 29, 2024
2 parents ee6ddbb + 55343a9 commit be16349
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Automattic-Tracks-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ Pod::Spec.new do |s|
s.module_name = 'AutomatticTracks'

s.ios.dependency 'UIDeviceIdentifier', '~> 2.0'
s.dependency 'Sentry', '~> 8.29'
s.dependency 'Sentry', '~> 8.39'
s.dependency 'Sodium', '>= 0.9.1'
end
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ _None._

### Internal Changes

_None._

- Fix SwiftUI previews on Mac which broke due to a bug in Sentry [#297]

### Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/getsentry/sentry-cocoa",
"state": {
"branch": null,
"revision": "c9a692ba837f4832ec7ce6378c071cb91cb55f92",
"version": "8.29.0"
"revision": "0b8ba88f5fd70062887d55f87a970c59b1ceebcf",
"version": "8.39.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let package = Package(
//
// When changing these, make sure to update the matching declaration in
// the `podspec` file.
.package(name: "Sentry", url: "https://github.com/getsentry/sentry-cocoa", from: "8.29.0"),
.package(name: "Sentry", url: "https://github.com/getsentry/sentry-cocoa", from: "8.39.0"),
.package(name: "Sodium", url: "https://github.com/jedisct1/swift-sodium", from: "0.9.1"),
.package(url: "https://github.com/squarefrog/UIDeviceIdentifier", from: "2.0.0"),
// Tests dependencies
Expand Down
2 changes: 1 addition & 1 deletion TracksDemo/TracksDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/getsentry/sentry-cocoa",
"state": {
"branch": null,
"revision": "2479b6f7ff69b66bcdea82184d097667e63828ed",
"version": "8.5.0"
"revision": "0b8ba88f5fd70062887d55f87a970c59b1ceebcf",
"version": "8.39.0"
}
},
{
Expand Down

0 comments on commit be16349

Please sign in to comment.