wnagrodzki / iOSProgrammingGuidelines

2 stars 0 forks source link

Isolate Xcode enforced file modifications #25

Open wnagrodzki opened 5 years ago

wnagrodzki commented 5 years ago

If Xcode modifies a file (xib, pbxproj, storyboard, xcdatamodel) before you make any editions to it, put those changes in a separate commit.

This is to make code reviews faster as Xcode changes can be ignored usually.

wnagrodzki commented 5 years ago

@pwetrifork @moskacz What do you think? Any corrections needed?

pwetrifork commented 5 years ago

How about

If Xcode modifies a non user editable file

pwetrifork commented 5 years ago

I am not convinced myself about the above, what I miss here is some brief name for a modification that is not a result of the user actually editing something.