Commit c097307
committed
reduce: orphaned resources — 51 dead localization keys, unused icon bundle, vestigial bridge header, handler-less URL scheme registration
- Localizable.xcstrings: remove 51 of 944 keys with zero String(localized:)
references anywhere in the repo. Mix of cmux-branded leftovers
(dialog.quitCmux.*, menu.quitCmux, browser.proceedInCmux,
menu.app.openCmuxSettingsFile) and keys superseded by renamed successors
(alert.moveTab.* replaced dialog.moveTab.*, resetPalette.subtitleV2
replaced .subtitle, sidebar.remote.subtitleFallback replaced .subtitle,
etc.). Independently re-verified each key before removal;
cli.claude-teams.usage was a false positive and stays.
- AppIcon.icon/: Icon Composer bundle present only as an inert Xcode
navigator file reference — no PBXBuildFile, no Resources build phase entry;
ASSETCATALOG_COMPILER_APPICON_NAME points at Assets.xcassets appiconsets
- ghostty.h: 4-line wrapper from the pre-GhosttyKit bridging approach; the
live bridge is programa-Bridging-Header.h (@import GhosttyKit) and nothing
includes this file
- Info.plist: drop CFBundleURLTypes registering Programa as a Default-rank
http/https handler — the only URL entry point filters to isFileURL and
silently drops web URLs, so selecting Programa as default browser would
swallow links; registration has had no handler since the cmux-era commit
that added it1 parent dc961ae commit c097307
6 files changed
Lines changed: 0 additions & 624 deletions
File tree
- AppIcon.icon
- Assets
- GhosttyTabs.xcodeproj
- Resources
Binary file not shown.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | 258 | | |
260 | 259 | | |
261 | 260 | | |
| |||
318 | 317 | | |
319 | 318 | | |
320 | 319 | | |
321 | | - | |
322 | 320 | | |
323 | 321 | | |
324 | 322 | | |
| |||
489 | 487 | | |
490 | 488 | | |
491 | 489 | | |
492 | | - | |
493 | 490 | | |
494 | | - | |
495 | 491 | | |
496 | 492 | | |
497 | 493 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | 50 | | |
67 | 51 | | |
68 | 52 | | |
| |||
0 commit comments