Sentry: Update sentry-cocoa to version 8.47.0
This release is a bug fix against the Sentry integration from the upstream project. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
9aaf6d1c2d
commit
fb97fbd202
2 changed files with 3 additions and 3 deletions
|
@ -3176,7 +3176,7 @@
|
||||||
repositoryURL = "https://github.com/getsentry/sentry-cocoa.git";
|
repositoryURL = "https://github.com/getsentry/sentry-cocoa.git";
|
||||||
requirement = {
|
requirement = {
|
||||||
kind = upToNextMajorVersion;
|
kind = upToNextMajorVersion;
|
||||||
minimumVersion = 8.46.0;
|
minimumVersion = 8.47.0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
/* End XCRemoteSwiftPackageReference section */
|
/* End XCRemoteSwiftPackageReference section */
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/getsentry/sentry-cocoa.git",
|
"location" : "https://github.com/getsentry/sentry-cocoa.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "e0fa062817b277fd9ab597b54b8e2f92dc65b009",
|
"revision" : "21223d1c864db0561d91f48d80f269a363a1625d",
|
||||||
"version" : "8.46.0"
|
"version" : "8.47.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue