diff --git a/Package.swift b/Package.swift index 0eba5a2..d868304 100644 --- a/Package.swift +++ b/Package.swift @@ -14,11 +14,6 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package( - name: "DeviceKit", - url: "https://github.com/devicekit/DeviceKit.git", - .exact("5.2.2") - ), .package( name: "AhoyKit", url: "https://github.com/ahoyconference/ahoykit-swift", @@ -38,8 +33,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/10.4.0/WebIdVideoIdentPlugin.framework-v10.4.0-SNAPSHOT-357.zip", - checksum: "42296ad8c1ee42cbec164cc9662d906c28058a6699aa54f26b2cac096b294684" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/10.4.0/WebIdVideoIdentPlugin.framework-v10.4.0-SNAPSHOT-358.zip", + checksum: "8746b2677504136d371f35a3c35cb5cc2e7fe0bb3d0eee34fbc41ecddcaba53a" ), .target( name: "WebIdVideoIdentPluginWrapper", @@ -47,7 +42,6 @@ let package = Package( .target(name: "WebIdVideoIdentPlugin"), // [target dependecies here] - .product(name: "DeviceKit", package: "DeviceKit"), .product(name: "AhoyKit", package: "AhoyKit"), .product(name: "WebIdPluginCore", package: "WebIdPluginCore"), .product(name: "AhoyWebRTC", package: "AhoyWebRTC"),