erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

fix build time warning for duplicate file in Copy Headers phase #437

Closed twitterkb closed 4 years ago

twitterkb commented 4 years ago

the following warning appears in the issue navigator 2 of the targets:

Skipping duplicate build file in Copy Headers build phase: .../Source/OCMock/OCMObjectReturnValueProvider.h

given that

817EB1521BD765130047E85A / OCMObjectReturnValueProvider.h in Headers /

appears before this patch on lines 1052 & 1054

and given that

F0B9513D1B00810C00942C38 / OCMObjectReturnValueProvider.h in Headers /

appears before this patch on lines 1141 & 1143,

it seems likely that at some point, a git auto-merge added the extra lines.