truebit/xUnique
merge Xcode project file is so easy observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4415
- days_rel: n/a
- days_push: 911
- n_releases_24m: 0
Adoption not part of the score
1501 stars · 118 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
xUnique is a pure Python CLI script that regenerates Xcode's project.pbxproj file, replacing non-deterministic 96-bit UUIDs with deterministic MD5 hex digests and sorting entries. This makes the project file identical across machines, so git merges of pbxproj files become trivial.
Use cases
- resolve merge conflicts in xcode project.pbxproj
- make pbxproj file deterministic across machines
- sort and clean xcode project file entries
- run git hook to normalize xcode project file on commit
- remove unused or malformed uuids from pbxproj
When to choose
- your team uses git with Xcode and suffers frequent project.pbxproj merge conflicts
- you want a deterministic, sorted pbxproj committed to version control
- you prefer a git hook over Xcode build-phase scripts
When to avoid
- you don't use Xcode or don't keep project files in version control
- you need a maintained tool with active development and a standard license
- you're uncomfortable with MD5-based UUIDs replacing Xcode's native UUIDs
Facets
cli-tool · maturity maintenance
developer-tools cli version-control parser serialization developer-tools version-control mobile-development python cli xcode pbxproj merge-conflicts git-hooks ios-development automation macos
4 sources
- readme: https://github.com/truebit/xUnique · fetched 2026-08-28 · f0bacc045f78
- homepage: https://fclef.wordpress.com · fetched 2026-08-29 · f3c282565a5a
- site_page: https://fclef.wordpress.com/2013/01/12/bottle-virtualenv-uwsgi-nginx-installation-on-ubuntu-12-04-1-lts · fetched 2026-08-29 · 92917e9178ef
- registry_pypi: https://pypi.org/pypi/xunique/json · fetched 2026-08-29 · b4bd8f309bd0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| truebit/xUnique | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem