chore: scaffold MyVoxtral macOS menu bar app
This commit is contained in:
commit
4b1cae1b5f
4424 changed files with 9392 additions and 0 deletions
13
MyVoxtral/Package.swift
Normal file
13
MyVoxtral/Package.swift
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// swift-tools-version: 5.10
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "MyVoxtral",
|
||||
platforms: [.macOS(.v14)],
|
||||
targets: [
|
||||
.executableTarget(
|
||||
name: "MyVoxtral",
|
||||
path: "MyVoxtral"
|
||||
)
|
||||
]
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue