Compare commits

..

16 Commits

Author SHA1 Message Date
mac-mini-003
716d767486 add new version 22.5.1 2026-05-18 15:01:21 +02:00
mac-mini-003
ccbda1f125 add new version 22.5.0 2026-05-15 16:21:33 +02:00
mac-mini-003
45696baa1b add new version 22.4.2 2026-04-24 15:02:00 +02:00
mac-mini-003
600c9c7038 add new version 22.4.1 2026-04-24 12:58:23 +02:00
mac-mini-003
4b457f2128 add new version 22.4.0 2026-04-23 17:56:50 +02:00
mac-mini-003
3e98c4ec28 add new version 22.3.7 2026-04-15 17:11:56 +02:00
mac-mini-003
17770ce97c add new version 22.2.4 2026-04-15 16:09:26 +02:00
mac-mini-003
80373c48f1 add new version 22.3.6 2026-04-07 15:51:09 +02:00
mac-mini-003
e263a69592 add new version 22.3.5 2026-04-02 19:58:01 +02:00
mac-mini-003
56fbf5f18e add new version 22.3.4 2026-04-02 16:27:46 +02:00
mac-mini-003
4c4e3e3917 add new version 22.3.3 2026-04-02 14:46:31 +02:00
mac-mini-003
feada911d7 add new version 22.3.2 2026-04-01 16:33:35 +02:00
mac-mini-003
fb668f6cfd add new version 22.3.1 2026-04-01 00:08:10 +02:00
mac-mini-003
ab46e329d8 add new version 22.3.0 2026-03-31 13:46:05 +02:00
mac-mini-003
910a18edf3 add new version 22.2.3 2026-03-19 15:00:04 +01:00
mac-mini-003
d4c82a8447 add new version 22.2.2 2026-03-13 17:01:46 +01:00

View File

@ -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",