saprykin / plibsys

Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
MIT License
672 stars 74 forks source link

Add iOS port #70

Closed saprykin closed 6 years ago

saprykin commented 6 years ago

In general, the port should be quite strait forward, as iOS shares the Darwin-like kernel. The only caveat could be in the preparing of cross-compilation toolchain.

saprykin commented 6 years ago

The port is there, just build with a corresponding toolchain file. Supports iOS itself, watchOS, tvOS.