updated ec and sentry
This commit is contained in:
@@ -8724,7 +8724,7 @@
|
||||
repositoryURL = "https://github.com/element-hq/element-call-swift";
|
||||
requirement = {
|
||||
kind = exactVersion;
|
||||
version = 0.9.0;
|
||||
version = 0.12.0;
|
||||
};
|
||||
};
|
||||
821C67C9A7F8CC3FD41B28B4 /* XCRemoteSwiftPackageReference "emojibase-bindings" */ = {
|
||||
@@ -8748,7 +8748,7 @@
|
||||
repositoryURL = "https://github.com/getsentry/sentry-cocoa";
|
||||
requirement = {
|
||||
kind = upToNextMinorVersion;
|
||||
minimumVersion = 8.35.1;
|
||||
minimumVersion = 8.46.0;
|
||||
};
|
||||
};
|
||||
AC3475112CA40C2C6E78D1EB /* XCRemoteSwiftPackageReference "matrix-analytics-events" */ = {
|
||||
|
||||
@@ -59,8 +59,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/element-hq/element-call-swift",
|
||||
"state" : {
|
||||
"revision" : "07a4f35ac39fba83e462492efb36249807a20125",
|
||||
"version" : "0.9.0"
|
||||
"revision" : "cb167bbb8c4c88c0bdf9ca3a4f839d8069c2ef0b",
|
||||
"version" : "0.12.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -194,8 +194,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/getsentry/sentry-cocoa",
|
||||
"state" : {
|
||||
"revision" : "0e1a296df619339f5f1a7349b4cfe31fb221a031",
|
||||
"version" : "8.35.1"
|
||||
"revision" : "e0fa062817b277fd9ab597b54b8e2f92dc65b009",
|
||||
"version" : "8.46.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -97,7 +97,8 @@ class ElementCallWidgetDriver: WidgetCapabilitiesProvider, ElementCallWidgetDriv
|
||||
rageshakeSubmitUrl: rageshakeURL,
|
||||
sentryDsn: analyticsConfiguration?.sentryDSN,
|
||||
sentryEnvironment: nil,
|
||||
controlledMediaDevices: !ProcessInfo.processInfo.isiOSAppOnMac))
|
||||
// Set this to false until we have the full implementation otherwise should be false only on macOS
|
||||
controlledMediaDevices: false))
|
||||
} catch {
|
||||
MXLog.error("Failed to build widget settings: \(error)")
|
||||
return .failure(.failedBuildingWidgetSettings)
|
||||
|
||||
@@ -77,7 +77,7 @@ packages:
|
||||
# path: ../matrix-analytics-events
|
||||
EmbeddedElementCall:
|
||||
url: https://github.com/element-hq/element-call-swift
|
||||
exactVersion: 0.9.0
|
||||
exactVersion: 0.12.0
|
||||
Emojibase:
|
||||
url: https://github.com/matrix-org/emojibase-bindings
|
||||
minorVersion: 1.4.1
|
||||
@@ -133,7 +133,7 @@ packages:
|
||||
minorVersion: 3.2.5
|
||||
Sentry:
|
||||
url: https://github.com/getsentry/sentry-cocoa
|
||||
minorVersion: 8.35.1
|
||||
minorVersion: 8.46.0
|
||||
SnapshotTesting:
|
||||
url: https://github.com/pointfreeco/swift-snapshot-testing
|
||||
minorVersion: 1.18.3
|
||||
|
||||
Reference in New Issue
Block a user