mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Set swift package platform versions
PiperOrigin-RevId: 489220091
This commit is contained in:
committed by
Copybara-Service
parent
8e84347b99
commit
00fd273eff
@@ -4,6 +4,12 @@ import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "NearbyConnections",
|
||||
platforms: [
|
||||
.iOS(.v11),
|
||||
.macOS(.v10_13),
|
||||
.tvOS(.v11),
|
||||
.watchOS(.v4),
|
||||
],
|
||||
products: [
|
||||
// Products define the executables and libraries a package produces, and make them visible to other packages.
|
||||
.library(
|
||||
|
||||
Reference in New Issue
Block a user