mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-06-28 05:19:34 +00:00
Existing Tags fields were messy (mixed case, duplicates, lots of one-off tags) and 28 posts had none at all. Normalized casing, deduped, mapped common synonyms (textmate/xcode/git -> tools, os x variants -> mac-os-x, etc) onto a canonical set, and added 1-2 canonical tags to every previously untagged post so most posts now carry at least one useful tag. Specific extra tags were kept alongside the canonical ones rather than stripped. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
350 B
350 B
| Title | Author | Date | Timestamp | Tags | Link |
|---|---|---|---|---|---|
| Importing Modules in LLDB | Sami Samhuri | 12th May, 2015 | 2015-05-11T19:03:35-07:00 | ios, tools | http://furbo.org/2015/05/11/an-import-ant-change-in-xcode/ |
It's great that Apple added this but I don't understand why Foundation and UIKit aren't imported automatically when you're writing an iOS app.