add new version 12.0.0-SNAPSHOT-255
This commit is contained in:
parent
f6d57e8fbb
commit
3178e5feb5
46
Package.swift
Normal file
46
Package.swift
Normal file
@ -0,0 +1,46 @@
|
||||
// swift-tools-version:5.3
|
||||
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
||||
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "WebIdPluginCore",
|
||||
platforms: [
|
||||
.iOS(.v13)
|
||||
],
|
||||
products: [
|
||||
// Products define the executables and libraries a package produces, and make them visible to other packages.
|
||||
.library(name: "WebIdPluginCore", targets: ["WebIdPluginCoreWrapper"]),
|
||||
],
|
||||
dependencies: [
|
||||
// Dependencies declare other packages that this package depends on.
|
||||
.package(
|
||||
name: "WebIdUiKitComponents",
|
||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ui-components-spm.git",
|
||||
.branch("redesign-v4-snapshots")
|
||||
),
|
||||
.package(
|
||||
name: "WebIdIosSdk",
|
||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git",
|
||||
.upToNextMinor(from: "11.0.0")
|
||||
)
|
||||
],
|
||||
targets: [
|
||||
.binaryTarget(
|
||||
name: "WebIdPluginCore",
|
||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPluginCore/12.0.0/WebIdPluginCore.framework-v12.0.0-SNAPSHOT-255.zip",
|
||||
checksum: "3f5020ef53ae12e728e9d4fd8dbc7d511a4769b61796d1d0541c49511156feb6"
|
||||
),
|
||||
.target(
|
||||
name: "WebIdPluginCoreWrapper",
|
||||
dependencies: [
|
||||
.target(name: "WebIdPluginCore"),
|
||||
// [target dependecies here]
|
||||
|
||||
.product(name: "WebIdUiKitComponents", package: "WebIdUiKitComponents"),
|
||||
.product(name: "WebIdIosSdk", package: "WebIdIosSdk"),
|
||||
]
|
||||
)
|
||||
],
|
||||
swiftLanguageVersions: [SwiftVersion.v5]
|
||||
)
|
4
Sources/WebIdPluginCoreWrapper/Dummy.swift
Normal file
4
Sources/WebIdPluginCoreWrapper/Dummy.swift
Normal file
@ -0,0 +1,4 @@
|
||||
//
|
||||
// Created by WebID Solutions GmbH | www.webid-solutions.de.
|
||||
// See the file "LICENSE" for the full license governing this code.
|
||||
//
|
Loading…
x
Reference in New Issue
Block a user