alexeyxo / protobuf-swift

Google ProtocolBuffers for Apple Swift
http://protobuf.io/#swift
Apache License 2.0
938 stars 138 forks source link

Why not making it compatible with linux ? #196

Closed hmazelier closed 7 years ago

hmazelier commented 7 years ago

Hi, As your only dependency is Foundation, is there a reason you didn't write it compatible with linux ? It could be very interesting as server side framework, next to vapor, perfect, zewoor else ... Great job by the way & thanks

alexeyxo commented 7 years ago

Foundation has available on linux. Generated files are compiled on linux. https://github.com/alexeyxo/protobuf-swift#how-to-install-protobuf-compiler-on-linuxubuntu-1404

hmazelier commented 7 years ago

Thank you ! But I meant why don't you write it compatible on linux in "Platforms" ? Also in awesome-swift :) As it is !!

alexeyxo commented 7 years ago

Done.