mxcl / Path.swift

Delightful, robust, cross-platform and chainable file-pathing functions.
The Unlicense
946 stars 36 forks source link

Better deploy #8

Closed mxcl closed 5 years ago

LucianoPAlmeida commented 5 years ago

Hey @mxcl :)) Sorry didn't notice it doesn't work on Linux 😅 I notice the failed build and was working on a fix too. A different approach, letting the old function no param for all platforms and defining another function with skip param just for Linux.

mxcl commented 5 years ago

I prefer to keep the parameter, that way cross platform code doesn’t have to be #if’d and in the future we can make this code work.