XcodeGen
XcodeGen copied to clipboard
Directory name containing dots is unexpectedly added to copy bundle resources build phase
It's seen as a "file like directory". Wonder if we should instead whitelist that instead of assuming all directories with dots are that.
I think we should whitelist them. For sure Xcode does whitelist (as we can see icons are different for each resource type), so I guess it makes sense. It can introduce bugs by forgetting to add any "file like directory" extensions, so I want to make sure we cover all of them in #397 .
Ran into this today. @toshi0383 is there anything one can do to support #397 ?
Hi @Lutzifer . I guess we should create a whitelist for any “file like directories” (which we believe they are), instead of #397 approach.
Hello @toshi0383 , ran into this today, i have project with dots in naming. When i add name of project "a.b.c" and same name to source path to my project, folder a.b.c is became a reference. If i add _ or other symbol all is good