The dependency macos-alias requires platform OS X (os: darwin). This means I cannot install ds-store package in my environment.
I would like to create .DS_Store file in a build script that is run on Linux build server. Is the platform limitation really required? It would be nice if this was platform independent.
Edit: Maybe this link can be helpful: http://michaellynn.github.io/2015/10/24/apples-bookmarkdata-exposed/
The dependency
macos-aliasrequires platform OS X (os: darwin). This means I cannot installds-storepackage in my environment.I would like to create
.DS_Storefile in a build script that is run on Linux build server. Is the platform limitation really required? It would be nice if this was platform independent.Edit: Maybe this link can be helpful: http://michaellynn.github.io/2015/10/24/apples-bookmarkdata-exposed/