Skip to content

Commit

Permalink
Release 6.4.2312
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator Regula committed Dec 17, 2024
1 parent 525e84c commit c7c8963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ let package = Package(
targets: ["\(packageName)Common"]),
],
dependencies: [
.package(name: "RegulaCommon", url: "https://github.com/regulaforensics/RegulaCommon-Swift-Package.git", .exact(Version(stringLiteral: "7.4.795"))),
.package(name: "RegulaCommon", url: "https://github.com/regulaforensics/RegulaCommon-Swift-Package.git", .exact(Version(stringLiteral: "7.5.925"))),
],
targets: [
.binaryTarget(name: "FaceSDK", url: "https://pods.regulaforensics.com/FaceSDK/6.4.2287/FaceSDK-6.4.2287.zip", checksum: "c309bb48b134ae5e3d1f0f6d72e17c8ff9e01a185c63a297c88fc34f4fb4ad7b"),
.binaryTarget(name: "FaceSDK", url: "https://pods.regulaforensics.com/FaceSDK/6.4.2312/FaceSDK-6.4.2312.zip", checksum: "8442be113d25fd0260f4744746cc3afd9bb42c76336c9920bfbbec9f44b8fa63"),
.target(
name: "\(packageName)Common",
dependencies: [
Expand Down

0 comments on commit c7c8963

Please sign in to comment.