From dfbd2766161e095d3e2d34d87006dea25482397a Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Thu, 7 May 2026 12:38:27 +0200 Subject: [PATCH] Remove instructions from README Removed instructions --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index 997a190..e644d5d 100644 --- a/README.md +++ b/README.md @@ -106,26 +106,6 @@ Then in Xcode: set your Team under Signing & Capabilities, then **⌘R** to run. --- -## Hosting Your Own Updates - -ClaudeChecker checks for updates from a `version.json` file in this repo. To ship a new version: - -1. Build and export `ClaudeChecker.app`, zip it -2. Create a GitHub release tagged `vX.X` and upload the zip -3. Update `version.json` in the repo root: - -```json -{ - "version": "1.5", - "url": "https://github.com/superdooper86/claudechecker/releases/download/v1.5/ClaudeChecker.zip", - "notes": "What changed in this version" -} -``` - -For beta builds, create a matching `version-beta.json` with the same format. - ---- - ## Data Sources ClaudeChecker reads from the following `claude.ai` API endpoints (authenticated via your session):