ios_system icon indicating copy to clipboard operation
ios_system copied to clipboard

Drop-in replacement for system() in iOS programs

Results 34 ios_system issues
Sort by recently updated
recently updated
newest added

Example: `echo 'nice' | ssh host` Currently `ios_system` exits after first command (echo `nice`) and start second command (ssh host). But we already show `blink>` prompt :)

enhancement

Spotted in crashlogs from App Store. iOS 11,12 devices: iPhone, iPad

Currently, all functions are loaded at startup time in an `NSDictionary`, or later added to the dictionary using `replaceCommand`. In order to be executed a function must be both: -...

enhancement

Currently, command line parsing in `ios_system.m` works with ">", "&>" and "2>&1", all of which erase and open the output file. It would be useful to have ">>" as well,...

enhancement

Version latest What is the security issue or vulnerability? /curl/lib/transfer.c libcurl versions from 7.36.0 to before 7.64.0 is vulnerable to a heap buffer out-of-bounds read. The function handling incoming NTLM...

Version latest What is the security issue or vulnerability? curl/curl/lib/openldap.c A NULL pointer dereference exists in curl 7.21.0 to and including curl 7.58.0 in the LDAP code that allows an...

Version latest What is the security issue or vulnerability? /curl/lib/transfer.c A buffer over-read exists in curl 7.20.0 to and including curl 7.58.0 in the RTSP+RTP handling code that allows an...

Could you show me basic tutorial? Thanks

Hi, I'm new to the ios-system integration. When I try to build the ios_system.framework using the command swift run --package-path xcfs build. I get this issues warning: Building with bitcode...

I'd like to be able to use the [gh cli](https://github.com/cli/cli) to use codespaces from my iPad. Any chance this is possible?