tokentracker-cli 0.5.25 → 0.5.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -32,6 +32,29 @@ Download `TokenTrackerBar.dmg` from the [latest release](https://github.com/mm78
32
32
  <img src="https://raw.githubusercontent.com/mm7894215/tokentracker/main/docs/screenshots/menubar.gif" alt="Menu Bar App" width="420" />
33
33
  </div>
34
34
 
35
+ #### First launch: Gatekeeper may block the app
36
+
37
+ TokenTrackerBar is distributed **ad-hoc signed** (not notarized with an Apple Developer ID — that requires a paid account). macOS Gatekeeper may block the first launch with one of two messages. Pick the matching fix:
38
+
39
+ **Case 1 — "TokenTrackerBar can't be opened because Apple cannot check it for malicious software"** (or "unidentified developer")
40
+
41
+ 1. Open **System Settings → Privacy & Security**
42
+ 2. Scroll to the **Security** section — you'll see a line like *"TokenTrackerBar was blocked to protect your Mac."*
43
+ 3. Click **Open Anyway** next to it
44
+ 4. Confirm with **Open** in the follow-up dialog (you'll need to authenticate)
45
+
46
+ You only need to do this once. Older macOS alternative: right-click the app in Finder → **Open** → **Open** in the confirmation dialog.
47
+
48
+ **Case 2 — "TokenTrackerBar is damaged and can't be opened. You should move it to the Trash"**
49
+
50
+ This is Gatekeeper reacting to the `com.apple.quarantine` attribute macOS attaches to every downloaded file, not an actual problem with the app. Clear it once with:
51
+
52
+ ```bash
53
+ xattr -cr /Applications/TokenTrackerBar.app
54
+ ```
55
+
56
+ After that the app opens normally. You only need to do this once per download.
57
+
35
58
  ### Option B: CLI + Web Dashboard
36
59
 
37
60
  ```bash
@@ -0,0 +1 @@
1
+ import{D as r}from"./main-BvLkP7ud.js";function t({children:i,title:a,subtitle:o,className:s="",bodyClassName:d=""}){return r.jsxs("div",{className:`rounded-xl border border-oai-gray-200 dark:border-oai-gray-800 bg-white dark:bg-oai-gray-900 transition-colors duration-200 ${s}`,children:[(a||o)&&r.jsxs("div",{className:"px-5 py-4 border-b border-oai-gray-200 dark:border-oai-gray-800 transition-colors duration-200",children:[a&&r.jsx("h3",{className:"text-sm font-medium text-oai-gray-500 dark:text-oai-gray-300 uppercase tracking-wide transition-colors duration-200",children:a}),o&&r.jsx("p",{className:"text-sm text-oai-gray-500 dark:text-oai-gray-300 mt-1 transition-colors duration-200",children:o})]}),r.jsx("div",{className:`p-5 ${d}`,children:i})]})}export{t as C};