Skip to content

Commit

Permalink
fix: bump sentry version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomatree committed Sep 9, 2024
1 parent 45958c8 commit 522efb0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Revolt.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@
repositoryURL = "https://github.com/getsentry/sentry-cocoa/";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 8.30.0;
minimumVersion = 8.35.0;
};
};
DA99EC5129D6148200419FDA /* XCRemoteSwiftPackageReference "Alamofire" */ = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "8524c290859ae0fbcc822d01cbe5ca37cb940c2f9e3922c12589bd17ad3b9759",
"originHash" : "ec5f361b9d1ca21a719403fee482dea699696e98d396c2fb57aac482052ce6ad",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -69,8 +69,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/getsentry/sentry-cocoa/",
"state" : {
"revision" : "f8d9bc344a052a26f51c8cecec93724b871ef36b",
"version" : "8.33.0"
"revision" : "5575af93efb776414f243e93d6af9f6258dc539a",
"version" : "8.36.0"
}
},
{
"identity" : "snapkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SnapKit/SnapKit",
"state" : {
"revision" : "2842e6e84e82eb9a8dac0100ca90d9444b0307f4",
"version" : "5.7.1"
}
},
{
Expand All @@ -82,6 +91,15 @@
"version" : "4.0.8"
}
},
{
"identity" : "subviewattachingtextview",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vlas-voloshin/SubviewAttachingTextView",
"state" : {
"revision" : "6025828b6c05fbf5529616a70c702f7425899fe5",
"version" : "1.5.1"
}
},
{
"identity" : "swift-case-paths",
"kind" : "remoteSourceControl",
Expand Down Expand Up @@ -163,6 +181,15 @@
"version" : "1.3.1"
}
},
{
"identity" : "videoplayercontainer",
"kind" : "remoteSourceControl",
"location" : "https://github.com/shayanbo/VideoPlayerContainer",
"state" : {
"revision" : "c67b4754daef7c0e20cd64a499612602cbb57a84",
"version" : "1.0.0"
}
},
{
"identity" : "webrtc-xcframework",
"kind" : "remoteSourceControl",
Expand Down

0 comments on commit 522efb0

Please sign in to comment.