Skip to content

Make UniqueId based on checksum#26

Merged
MarLoe merged 4 commits into
masterfrom
unique-identifier
Oct 23, 2025
Merged

Make UniqueId based on checksum#26
MarLoe merged 4 commits into
masterfrom
unique-identifier

Conversation

@MarLoe

@MarLoe MarLoe commented Oct 23, 2025

Copy link
Copy Markdown
Owner

Unique identifier (UniqueId) is use to differentiate xcode builds of the same project if different settings for e.g. AppClips and Widgets are used.
However, using a guid caused the xcode project to be build from scratch on each and every build (also adding to used disk space).
Now a checksum is generated and used for UniqueId. This allows for faster rebuild as the temp folder name is the same every time.

@MarLoe
MarLoe merged commit c305eab into master Oct 23, 2025
1 check failed
@MarLoe
MarLoe deleted the unique-identifier branch October 23, 2025 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant