Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
716d767486 | ||
|
|
ccbda1f125 | ||
|
|
45696baa1b | ||
|
|
600c9c7038 | ||
|
|
4b457f2128 | ||
|
|
3e98c4ec28 | ||
|
|
17770ce97c | ||
|
|
80373c48f1 | ||
|
|
e263a69592 | ||
|
|
56fbf5f18e | ||
|
|
4c4e3e3917 | ||
|
|
feada911d7 | ||
|
|
fb668f6cfd | ||
|
|
ab46e329d8 | ||
|
|
910a18edf3 | ||
|
|
d4c82a8447 |
@ -17,29 +17,29 @@ let package = Package(
|
|||||||
.package(
|
.package(
|
||||||
name: "WebIdSdkUiKitComponents",
|
name: "WebIdSdkUiKitComponents",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git",
|
||||||
.branch("snapshots")
|
.upToNextMinor(from: "21.2.2")
|
||||||
),
|
),
|
||||||
.package(
|
.package(
|
||||||
name: "WebIdEPassPlugin",
|
name: "WebIdEPassPlugin",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-epass-plugin-spm.git",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-epass-plugin-spm.git",
|
||||||
.branch("snapshots")
|
.exact("1.1.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/SwiftPackages/webid-ident-scan-plugin-spm",
|
||||||
.branch("snapshots")
|
.exact("23.0.0")
|
||||||
),
|
),
|
||||||
.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",
|
||||||
.branch("snapshots")
|
.exact("23.0.0")
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.binaryTarget(
|
.binaryTarget(
|
||||||
name: "WebIdEPassProductPlugin",
|
name: "WebIdEPassProductPlugin",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.5.2/WebIdEPassProductPlugin.framework-v22.5.2-SNAPSHOT-1719.zip",
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEPassProductPlugin/22.5.1/WebIdEPassProductPlugin.framework-v22.5.1.zip",
|
||||||
checksum: "2329a061572fa7a41e933c3e9028c49a56e65fd764137dece4ed951bf24f0352"
|
checksum: "e03bfdf3c9dd7914fcf00298c92bd4eb89149a6981d4a874573b9c39aef54726"
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "WebIdEPassProductPluginWrapper",
|
name: "WebIdEPassProductPluginWrapper",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user