You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Repeated runs of generate-xcodeproj generate different results
as Set is used to store targets which is ordered by hash.
Hash is randomly seeded between runs making the set be differently
ordered on each run.
Having the output reordered on rerun makes comparison very difficult
and is particularly annoying if the generated project is to be stored
in revision control or similar.
Change:
Sort the targets before output, removing the major
source of differences between runs.
0 commit comments