Skip to content

Commit 1f28f7c

Browse files
Add menu bar controls and app icon
1 parent 5e850b9 commit 1f28f7c

26 files changed

Lines changed: 206 additions & 55 deletions

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
swift-build:
9+
runs-on: macos-14
10+
11+
steps:
12+
- name: Check out repository
13+
uses: actions/checkout@v4
14+
15+
- name: Build
16+
run: swift build

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ let package = Package(
1212
targets: [
1313
.executableTarget(
1414
name: "AeroMux",
15-
path: "Sources"
15+
path: "Sources",
16+
resources: [
17+
.process("Resources"),
18+
]
1619
),
1720
]
1821
)

Packaging/AeroMux.icns

1.34 MB
Binary file not shown.
22.1 KB
Loading
60 KB
Loading
4.18 KB
Loading
5.47 KB
Loading
60 KB
Loading
190 KB
Loading
5.47 KB
Loading

0 commit comments

Comments
 (0)