Commit eedab48
feat(init): add connection status, flush controls, and fix config bundling (#82)
- Rename SegmentConfig.xcconfig to SegmentConfig.conf so Xcode bundles
it as a resource (xcconfig files are treated as build configs, not
resources, so the file was never included in the app bundle)
- Add connection status indicator that validates the write key against
Segment's API on launch (connected/invalid key/demo mode/error)
- Add flush mode selector (auto/manual) with manual flush button
- Add event stats: tracked, in queue, and sent counters
- Plugin status now shows Running (green), Error (red), or Available
(gray) based on whether the plugin was successfully loaded
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 80a76f6 commit eedab48
2 files changed
Lines changed: 277 additions & 105 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments