Compare commits
48 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5860d9a95a | ||
|
|
201f7c83dd | ||
|
|
8994ebba00 | ||
|
|
78019fe79a | ||
|
|
c42d3a2b78 | ||
|
|
cf38a59a2f | ||
|
|
b7c23300fd | ||
|
|
414640e5ae | ||
|
|
e146b5bd76 | ||
|
|
4557a97c1e | ||
|
|
c810d94cee | ||
|
|
bdb819f56b | ||
|
|
c12c9fc9f4 | ||
|
|
ad774a949a | ||
|
|
b3ccc12cae | ||
|
|
6d365bda9b | ||
|
|
23ee026d68 | ||
|
|
6e6fc526b0 | ||
|
|
b550df26a4 | ||
|
|
282a771554 | ||
|
|
9c0959c24c | ||
|
|
b824c51501 | ||
|
|
1b37b39e3b | ||
|
|
d626c7b998 | ||
|
|
362913b978 | ||
|
|
f17075df59 | ||
|
|
9cb01b60af | ||
|
|
384fd092c2 | ||
|
|
20ba858db5 | ||
|
|
78cf53bcfd | ||
|
|
67dc42add0 | ||
|
|
2bacc4eb55 | ||
|
|
0586a2ccae | ||
|
|
9b7448204b | ||
|
|
0a6a11c02f | ||
|
|
a3bbfa31d9 | ||
|
|
9a90e09c14 | ||
|
|
2cfb9a692d | ||
|
|
d9f4299c29 | ||
|
|
22d8a029cf | ||
|
|
0647246cb2 | ||
|
|
66021e3495 | ||
|
|
fd9491dbad | ||
|
|
741488b861 | ||
|
|
86b14ce58f | ||
|
|
ec597f1679 | ||
|
|
7af7e62379 | ||
|
|
e56c3ed5d9 |
@ -17,34 +17,34 @@ let package = Package(
|
||||
.package(
|
||||
name: "WebIdDigitalSigningPlugin",
|
||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
|
||||
.exact("21.0.4")
|
||||
.branch("snapshots")
|
||||
),
|
||||
.package(
|
||||
name: "WebIdIosIdentScanPlugin",
|
||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
|
||||
.exact("21.2.1")
|
||||
.branch("snapshots")
|
||||
),
|
||||
.package(
|
||||
name: "WebIdDocumentScanner",
|
||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
|
||||
.exact("21.2.1")
|
||||
.branch("snapshots")
|
||||
),
|
||||
.package(
|
||||
name: "WebIdOnServerDocumentScanner",
|
||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
|
||||
.exact("21.2.1")
|
||||
.branch("snapshots")
|
||||
),
|
||||
.package(
|
||||
name: "WebIdCellCheckPlugin",
|
||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm",
|
||||
.exact("2.0.4")
|
||||
.branch("snapshots")
|
||||
)
|
||||
],
|
||||
targets: [
|
||||
.binaryTarget(
|
||||
name: "WebIdAutoIdProductPlugin",
|
||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/22.2.3/WebIdAutoIdProductPlugin.framework-v22.2.3.zip",
|
||||
checksum: "aa42e3fc0ceca8a7494d54b3de19cdd10c466ae9acae09112d0ddcdeda8a8de1"
|
||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.2.4/WebIdAutoIdProductPlugin.framework-v22.2.4-SNAPSHOT-1656.zip",
|
||||
checksum: "27eea95cc9e38c5c3a41b47f223523302f2a33caaaea833f747168318f3d516c"
|
||||
),
|
||||
.target(
|
||||
name: "WebIdAutoIdProductPluginWrapper",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user