Skip to content

Commit

Permalink
Build 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaRU committed Nov 19, 2020
1 parent 733948b commit 8de9b2e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// swift-tools-version:5.3

import PackageDescription

let package = Package(
name: "FastDDS",
products: [
.library(name: "FastDDS", targets: ["FastDDS"])
],
targets: [
.binaryTarget(name: "FastDDS",
url: "https://github.com/DimaRU/FastDDSPrebuild/releases/download/2.0.1/fastrtps-2.0.1.xcframework.zip",
checksum: "235e395e05565949805649800fe0c5775713b0b4f2694307ab7ac1e1851c190f")
]
)

0 comments on commit 8de9b2e

Please sign in to comment.