add new version 201.2.2-SNAPSHOT-1565
This commit is contained in:
parent
51a715d53d
commit
af94d2c48c
@ -14,32 +14,13 @@ let package = Package(
|
|||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
// Dependencies declare other packages that this package depends on.
|
// Dependencies declare other packages that this package depends on.
|
||||||
.package(
|
|
||||||
name: "WebIdDigitalSigningPlugin",
|
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
|
|
||||||
.branch("experimental")
|
|
||||||
),
|
|
||||||
.package(
|
|
||||||
name: "WebIdIosIdentScanPlugin",
|
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
|
|
||||||
.branch("experimental")
|
|
||||||
),
|
|
||||||
.package(
|
|
||||||
name: "WebIdDocumentScanner",
|
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
|
|
||||||
.branch("experimental")
|
|
||||||
),
|
|
||||||
.package(
|
|
||||||
name: "WebIdOnServerDocumentScanner",
|
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
|
|
||||||
.branch("experimental")
|
|
||||||
)
|
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.binaryTarget(
|
.binaryTarget(
|
||||||
name: "WebIdAutoIdProductPlugin",
|
name: "WebIdAutoIdProductPlugin",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/201.1.5/WebIdAutoIdProductPlugin.framework-v201.1.5-SNAPSHOT-1553.zip",
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/201.2.2/WebIdAutoIdProductPlugin.framework-v201.2.2-SNAPSHOT-1565.zip",
|
||||||
checksum: "3cb7656bc7e41e0ecdd2193b397fc11c828d5e6e58e5b99377381fa13f949d15"
|
checksum: "616a052761938b02a32e86d5f9ba7ad4611af2da64b5bf418da19a1af0d04e0a"
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "WebIdAutoIdProductPluginWrapper",
|
name: "WebIdAutoIdProductPluginWrapper",
|
||||||
@ -47,10 +28,6 @@ let package = Package(
|
|||||||
.target(name: "WebIdAutoIdProductPlugin"),
|
.target(name: "WebIdAutoIdProductPlugin"),
|
||||||
// [target dependecies here]
|
// [target dependecies here]
|
||||||
|
|
||||||
.product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"),
|
|
||||||
.product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"),
|
|
||||||
.product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"),
|
|
||||||
.product(name: "WebIdOnServerDocumentScanner", package: "WebIdOnServerDocumentScanner"),
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user