tayloraswift / swift-noise

Generate and compose commonly-used procedural noises and distributions, in pure Swift
https://swiftinit.org/docs/swift-noise/noise
Apache License 2.0
122 stars 11 forks source link

Please follow standard file-naming conventions #2

Closed gmosx closed 6 years ago

gmosx commented 7 years ago

It would be great if you could follow standard SPM conventions, e.g.

sources -> Sources tests -> Tests readme.md -> README.md

tayloraswift commented 7 years ago

any particular reason to switch to SPM 3 capitalized names? If i remember right Noise uses Swift 4 features so it shouldn’t build with the Swift 3 toolchain anyway

also SPM doesn’t recognize readme files