feat: Simple bluetooth status indication
This commit is contained in:
24
Package.swift
Normal file
24
Package.swift
Normal file
@@ -0,0 +1,24 @@
|
||||
// swift-tools-version: 6.0
|
||||
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "ScoobyTag",
|
||||
platforms: [
|
||||
.iOS(.v15),
|
||||
.macOS(.v14),
|
||||
],
|
||||
products: [
|
||||
// An xtool project should contain exactly one library product,
|
||||
// representing the main app.
|
||||
.library(
|
||||
name: "ScoobyTag",
|
||||
targets: ["ScoobyTag"]
|
||||
),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
name: "ScoobyTag"
|
||||
),
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user