Compare commits

..

4 Commits

Author SHA1 Message Date
mac-mini-003
fd9e879ef2 add new version 21.0.3 2025-09-02 17:16:38 +02:00
mac-mini-003
dcf27c09a1 add new version 21.0.2 2025-08-29 14:13:02 +02:00
mac-mini-003
96cc276558 add new version 21.0.1 2025-08-28 17:11:38 +02:00
mac-mini-003
7767da20b6 add new version 21.0.0 2025-08-27 14:22:01 +02:00

View File

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