feat: add initial implementation of AI Workspace macOS Menu Bar App with service management functionality
This commit is contained in:
19
apps/mac/AIWorkspace/Package.swift
Normal file
19
apps/mac/AIWorkspace/Package.swift
Normal file
@@ -0,0 +1,19 @@
|
||||
// swift-tools-version: 6.0
|
||||
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "AIWorkspace",
|
||||
platforms: [
|
||||
.macOS(.v13)
|
||||
],
|
||||
products: [
|
||||
.executable(name: "AIWorkspace", targets: ["AIWorkspace"])
|
||||
],
|
||||
targets: [
|
||||
.executableTarget(
|
||||
name: "AIWorkspace",
|
||||
path: "Sources"
|
||||
)
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user