Skip to content

Commit

Permalink
Binary target package
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Apr 29, 2024
1 parent ccf3696 commit f3d3adb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// swift-tools-version:5.6

import PackageDescription

let package = Package(
name: "OpenSSL",
platforms: [
.iOS(.v12),
.macOS(.v10_15),
.custom("xros", versionString: "1.0")
],
products: [
.library(
name: "OpenSSL",
targets: ["OpenSSL"]),
],
targets: [
.binaryTarget(
name: "OpenSSL",
url: "https://github.com/krzyzanowskim/OpenSSL/releases/download/3.1.5003/OpenSSL.xcframework.zip",
checksum: "8be5e5fc9856d65103f9cb3704edbeaa0e518f5101d6428b1730575d00522359"
)
]
)

0 comments on commit f3d3adb

Please sign in to comment.