Compare commits
22 Commits
releases
...
experiment
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
891f88ca76 | ||
|
|
808502f243 | ||
|
|
37ed81c846 | ||
|
|
a08996ca34 | ||
|
|
1ccf5275ca | ||
|
|
b3b41bfb24 | ||
|
|
a73a5f0cc1 | ||
|
|
b455356ebc | ||
|
|
e7bf6b923f | ||
|
|
9610dd12cc | ||
|
|
bd89f79460 | ||
|
|
fb6ccb17f9 | ||
|
|
770c4091b5 | ||
|
|
7658e4531c | ||
|
|
c07139359c | ||
|
|
6e2e1ae21e | ||
|
|
922d8fd66a | ||
|
|
ee705e26b9 | ||
|
|
ca3416556b | ||
|
|
5c98d8c476 | ||
|
|
9ea0d4091f | ||
|
|
4781a2f91f |
@ -17,29 +17,34 @@ let package = Package(
|
|||||||
.package(
|
.package(
|
||||||
name: "WebIdDigitalSigningPlugin",
|
name: "WebIdDigitalSigningPlugin",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
|
||||||
.exact("20.3.3")
|
.branch("snapshots")
|
||||||
),
|
),
|
||||||
.package(
|
.package(
|
||||||
name: "WebIdIosIdentScanPlugin",
|
name: "WebIdIosIdentScanPlugin",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
|
||||||
.exact("20.3.5")
|
.branch("snapshots")
|
||||||
),
|
),
|
||||||
.package(
|
.package(
|
||||||
name: "WebIdDocumentScanner",
|
name: "WebIdDocumentScanner",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
|
||||||
.exact("20.3.5")
|
.branch("snapshots")
|
||||||
),
|
),
|
||||||
.package(
|
.package(
|
||||||
name: "WebIdOnServerDocumentScanner",
|
name: "WebIdOnServerDocumentScanner",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
|
||||||
.exact("20.3.5")
|
.branch("snapshots")
|
||||||
|
),
|
||||||
|
.package(
|
||||||
|
name: "WebIdCellCheckPlugin",
|
||||||
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm",
|
||||||
|
.branch("snapshots")
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.binaryTarget(
|
.binaryTarget(
|
||||||
name: "WebIdAutoIdProductPlugin",
|
name: "WebIdAutoIdProductPlugin",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/21.1.2/WebIdAutoIdProductPlugin.framework-v21.1.2.zip",
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/21.2.2/WebIdAutoIdProductPlugin.framework-v21.2.2-SNAPSHOT-1566.zip",
|
||||||
checksum: "f904325d5feaa7dd64c52fed9a674c86a68b84b2d770660c96de1b4c586e3bb5"
|
checksum: "1bd2b94b59b181efa44b5a741d0a2bf02cf96646752427325a1901f95987ec17"
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "WebIdAutoIdProductPluginWrapper",
|
name: "WebIdAutoIdProductPluginWrapper",
|
||||||
@ -51,6 +56,7 @@ let package = Package(
|
|||||||
.product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"),
|
.product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"),
|
||||||
.product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"),
|
.product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"),
|
||||||
.product(name: "WebIdOnServerDocumentScanner", package: "WebIdOnServerDocumentScanner"),
|
.product(name: "WebIdOnServerDocumentScanner", package: "WebIdOnServerDocumentScanner"),
|
||||||
|
.product(name: "WebIdCellCheckPlugin", package: "WebIdCellCheckPlugin"),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user