XcodeGen icon indicating copy to clipboard operation
XcodeGen copied to clipboard

Directory name containing dots is unexpectedly added to copy bundle resources build phase

Open toshi0383 opened this issue 7 years ago • 5 comments

screen shot 2018-09-13 at 11 45 08

toshi0383 avatar Sep 13 '18 02:09 toshi0383

It's seen as a "file like directory". Wonder if we should instead whitelist that instead of assuming all directories with dots are that.

brentleyjones avatar Sep 13 '18 14:09 brentleyjones

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 .

toshi0383 avatar Sep 14 '18 00:09 toshi0383

Ran into this today. @toshi0383 is there anything one can do to support #397 ?

Lutzifer avatar Nov 29 '18 18:11 Lutzifer

Hi @Lutzifer . I guess we should create a whitelist for any “file like directories” (which we believe they are), instead of #397 approach.

toshi0383 avatar Nov 30 '18 08:11 toshi0383

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 IMAGE 2023-10-19 21:40:15 IMAGE 2023-10-19 21:40:24

sashatv126 avatar Oct 19 '23 18:10 sashatv126