Resolve storyboard/xib files upgrade diffs at once
Storyboard/Xib diffs If you’re an iOS Developer, you might have experience storyboard / xib diffs appeared when you just opened it. Those interface builder files have some version specification ih those files named toolsVersion. It can be modified if Xcode version and it’s changed since last time you opened. And it’s noisy because everytime when you opened interface builder files, it’ll be modified even if you don’t want to modify it. ...