Commit 45b10e2
Explain the red DerivedSecrets.swift reference
The reference points into `$(DERIVED_FILE_DIR)`, so Xcode draws it red and
`Open Quickly` cannot find it — it reads as a dead reference someone should
clean up, and deleting it stops the apps compiling.
The `Derived Sources` group is repointed from `Classes` to a new `Generated`
directory to give the README somewhere to live.
Its `path` was vestigial: the only child overrides it with `sourceTree =
DERIVED_FILE_DIR`, so nothing resolved through it, and a README added under the
old path would have landed loose in the app's main source directory.
---
Generated with the help of Claude Code, https://claude.com/claude-code
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7892741 commit 45b10e2
2 files changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
| 526 | + | |
526 | 527 | | |
527 | 528 | | |
528 | 529 | | |
| |||
1214 | 1215 | | |
1215 | 1216 | | |
1216 | 1217 | | |
| 1218 | + | |
1217 | 1219 | | |
1218 | 1220 | | |
1219 | 1221 | | |
1220 | | - | |
| 1222 | + | |
1221 | 1223 | | |
1222 | 1224 | | |
1223 | 1225 | | |
| |||
0 commit comments