-
Couldn't load subscription status.
- Fork 484
Closed
Description
OSX has a terrible tendency to clutter its own directories with hidden files that try to solve the obvious shortcomings of its obsolete file system. One such type of files are called .DS_Store and AssetPaths.hx seems to have problems with them, raising the following compilation error:
"source/AssetPaths.hx:3: characters 2-7 : Duplicate class field declaration : __DS_Store"
It'd make sense to simply avoid adding hidden files. In most Unixes like OSX filenames starting with a "." are automatically hidden from user view.
Metadata
Metadata
Assignees
Labels
No labels