summaryrefslogtreecommitdiff
path: root/octosentry/Assets.xcassets
Commit message (Collapse)AuthorAgeFilesLines
* Add app iconChristian Cleberg2026-07-1711-0/+10
| | | | | | Generated all 10 required AppIcon sizes (16-1024px) via sips from a 2000x2000 source logo and wired them into Contents.json. Previously all icon slots were empty (Xcode's default template state).
* Scaffold octosentry MVP: unified GitHub security alert feed0.1.0Christian Cleberg2026-07-173-0/+75
MenuBarExtra popover aggregating Dependabot, code scanning, and secret scanning alerts for a single repo into one severity-ranked stream. Swift 6 strict concurrency, zero third-party dependencies, PAT-via-env-var auth as a dev-only shortcut ahead of the device authorization flow.