diff --git a/Package.swift b/Package.swift index 28bb1df..d35f83c 100644 --- a/Package.swift +++ b/Package.swift @@ -19,11 +19,6 @@ let package = Package( url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", .branch("snapshots") ), - .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/21.0.2/WebIdVideoIdentPlugin.framework-v21.0.2-SNAPSHOT-527.zip", - checksum: "0b575cb35beafb0b96c58d88ad134c34e34e871828931ab391e961c55df758e7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/21.0.2/WebIdVideoIdentPlugin.framework-v21.0.2-SNAPSHOT-528.zip", + checksum: "43838c5e78e1484272e824f0ad5144232f924b354bc6f3e72aee729f6c3ee67d" ), .target( name: "WebIdVideoIdentPluginWrapper", @@ -48,7 +43,6 @@ let package = Package( // [target dependecies here] .product(name: "WebIdPluginCore", package: "WebIdPluginCore"), - .product(name: "DeviceKit", package: "DeviceKit"), .product(name: "AhoyKit", package: "AhoyKit"), .product(name: "AhoyWebRTC", package: "AhoyWebRTC"), ]