truebit / xUnique

merge Xcode project file is so easy
https://fclef.wordpress.com
Other
1.5k stars 117 forks source link

[Question]: How to disable sorting? #45

Closed pomozoff closed 6 years ago

pomozoff commented 6 years ago

I just need to check consistency of the project, but do not modify it if there are only sorting changes need to be applied.

truebit commented 6 years ago

You could just run xunique with -v Then see the log if any line was deleted. Then seek them in your original file and delete them manually.

Anton Pomozov notifications@github.com于2017年9月19日 周二22:03写道:

I just need to check consistency of the project, but do not modify it if there are only sorting changes need to be applied.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/truebit/xUnique/issues/45, or mute the thread https://github.com/notifications/unsubscribe-auth/AAuE2pTZHvJxzwisf9HbrCKYYsqj4BvTks5sj8lngaJpZM4PccYF .

-- Br,

Sean Wang Blog: fclef.wordpress.com http://fclef.wordpress.com/about

truebit commented 6 years ago

And you could use xunique -u for only uniquifing without sort. see Supported argument options for details