Skip to content

AssetPaths chokes on hidden .DS_Store files #1280

@ivodopiviz

Description

@ivodopiviz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions