diff --git a/Package.swift b/Package.swift index d33b2d7..c302dea 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("12.3.3") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/12.6.0/WebIdIosIdentScanPlugin.framework-v12.6.0-SNAPSHOT-1351.zip", - checksum: "ebc0d262e0f26f1396db12dfe135519fea1e1db68f3b65cd18f590bf706247ec" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/15.0.0/WebIdIosIdentScanPlugin.framework-v15.0.0-SNAPSHOT-1353.zip", + checksum: "4e63350a989cc232dd08c097a5bc632d7d002ecf6957d6dd31917f99bba6ed6b" ), .target( name: "WebIdIosIdentScanPluginWrapper",