Duplicate Resource shouldn't warn for empty files

Issue #23 closed
Phil Tang created an issue

In any Xcode project that uses nibs, there will occasionally be a nib that doesn't contain any strings. Localizing those nibs with Base Internationalization requires that we create a new .strings file for each language for each nib.

Thus, having a localized Xcode project with one nib with no strings will cause extraneous Duplicate Resource warnings.

Comments (2)

  1. Log in to comment