Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
fd9e879ef2 | ||
|
dcf27c09a1 | ||
|
96cc276558 | ||
|
7767da20b6 |
@ -16,35 +16,35 @@ let package = Package(
|
|||||||
// Dependencies declare other packages that this package depends on.
|
// Dependencies declare other packages that this package depends on.
|
||||||
.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/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm",
|
||||||
.branch("snapshots")
|
.exact("20.2.1")
|
||||||
),
|
),
|
||||||
.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/SwiftPackageRedesignV4/webid-document-scanner-spm.git",
|
||||||
.branch("snapshots")
|
.exact("20.2.1")
|
||||||
),
|
),
|
||||||
.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/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm",
|
||||||
.branch("snapshots")
|
.exact("20.2.1")
|
||||||
),
|
),
|
||||||
.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/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm",
|
||||||
.branch("snapshots")
|
.exact("20.2.1")
|
||||||
),
|
),
|
||||||
.package(
|
.package(
|
||||||
name: "WebIdIosBankIdentPlugin",
|
name: "WebIdIosBankIdentPlugin",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-bank-ident-plugin-spm",
|
||||||
.branch("snapshots")
|
.exact("20.2.1")
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.binaryTarget(
|
.binaryTarget(
|
||||||
name: "WebIdAccountIdProductPlugin",
|
name: "WebIdAccountIdProductPlugin",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/21.0.4/WebIdAccountIdProductPlugin.framework-v21.0.4-SNAPSHOT-1504.zip",
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/21.0.3/WebIdAccountIdProductPlugin.framework-v21.0.3.zip",
|
||||||
checksum: "7666b7feb6eb9cc849ae444ce0a6b706e51104ec39c3fa0e0598b337e2766937"
|
checksum: "79fb21721f98806fe1d00b8efa5ec38c04a2b47b7a6301e7cc7a42105bac9da7"
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "WebIdAccountIdProductPluginWrapper",
|
name: "WebIdAccountIdProductPluginWrapper",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user