openclaw/apps/macos
zerone0x 3e4b0d0505 fix(macos): parse semver patch correctly when version has prerelease suffix
Strip prerelease (`-beta.1`) and build (`-4`) suffixes from the patch
component before parsing as integer. Previously `2026.1.11-4` parsed to
`patch: 0` because `Int("11-4")` returns nil; now correctly yields
`patch: 11`.

Fixes #1107

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-18 00:31:20 +08:00
..
Icon.icon Rebrand app icons from Clawdis to Clawdbot 2026-01-08 23:31:24 +01:00
Sources fix(macos): parse semver patch correctly when version has prerelease suffix 2026-01-18 00:31:20 +08:00
Tests/ClawdbotIPCTests fix(macos): parse semver patch correctly when version has prerelease suffix 2026-01-18 00:31:20 +08:00
Package.resolved chore: update macOS package lock 2026-01-16 09:06:23 +00:00
Package.swift feat(macos): add wizard debug CLI 2026-01-12 07:41:13 +00:00