holzschu/network_ios
[ios_system](https://github.com/holzschu/ios_system) is a replacement for `system()` that is compatible with AppStore rules and the iOS programming API. Commands are provided as dynamic libraries and loaded as they are required by the user.
How to compile:
run ./compile_network_ios.sh: this will create the binary framework network_ios.xcframework, which you can use in any Xcode project.
How to link:
Add this project as a Swift package dependency to your Xcode project, then embed the network_ios.xcframework framework.
Package Metadata
Repository: holzschu/network_ios
Default branch: master
README: README.md