mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-06 22:39:46 +08:00
This patch will - remove "./resources/en.lproj" path - accept "./resources/en.lproj/MainStoryboard.storyboardc" If we accepted "./resources/en.lproj", it will allow to copy all the files in "./resources/en.lproj" directory. However, we need to reject "./resources/en.lproj/MainStoryboard.storyboard". So, we just remove "./resources/en.lproj" path.