Loading...
Loading...
Build, refactor, or review macOS menubar apps that use Tuist and SwiftUI. Use when creating or maintaining LSUIElement menubar utilities, defining Tuist targets/manifests, implementing model-client-store-view architecture, adding script-based launch flows, or validating reliable local build/run behavior without Xcode-first workflows.
npx skill4agent add dimillian/skills macos-menubar-tuist-appLSUIElement = true@Observabletuist runtuist xcodebuild buildxcodebuildProject.swiftInfo.plistSources/*Model*.swiftSources/*Client*.swiftSources/*Store*.swiftSources/*Menu*View*.swiftSources/*Row*View*.swiftrun-menubar.shstop-menubar.shTuist.swiftProject.swiftcurllimit/pageApptuist generate --no-openTUIST_SKIP_UPDATE_CHECK=1 tuist xcodebuild build ...xcodebuildTUIST_SKIP_UPDATE_CHECK=1 tuist xcodebuild build -scheme <TargetName> -configuration Debug./run-menubar.shbash -n run-menubar.sh
bash -n stop-menubar.sh
./run-menubar.shtuist run