feat: chipbar v0.1 (CPU/GPU/RAM menu-bar monitor) - #1
Merged
Conversation
Captures architecture, metrics sources, UI, persistence, testing, Homebrew cask distribution, and CI for the initial release.
18 task breakdown with TDD steps, file paths, complete code blocks, expected verification output, and commit checkpoints. Covers app code (Preferences, three metric readers, MetricsSampler actor, StatusBarView, StatusBarController), AppDelegate wiring, build scripts, GitHub Actions for CI/release, and Homebrew tap bootstrap.
…T_VERSION Previously CFBundleShortVersionString/CFBundleVersion were hardcoded, so xcodebuild MARKETING_VERSION/CURRENT_PROJECT_VERSION overrides from release.yml had no effect — every release would have shown 0.1.0 in About. Now build-release.sh <ver> stamps the .app bundle with <ver>.
GPUReader's IOReport subscription failed on the macos-15 CI runner with
a hard fatalError. Make IOReportBridge return nil on any dlopen/dlsym/
CopyChannels/CreateSubscription failure and have main.swift fall back
to MockGPUReader(samples: { 0.0 }) so the app stays alive when the
private IOReport API is unavailable (headless/sandboxed environments).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ihororlovskyi/homebrew-tapvia thev0.1.0-rc3pre-release.Test plan
v0.1.0-rc3tag built + signed + zipped + created GitHub release + auto-bumped caskbrew install --cask chipbarinstallsChipbar.appwith correctCFBundleShortVersionString = 0.1.0-rc3