mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Update FFI for app launch arguments
This commit is contained in:
@@ -112,6 +112,7 @@ std::optional<LaunchResponse> AppService::launch(const std::string&
|
||||
c_argv.size(),
|
||||
kill_existing ? 1 : 0,
|
||||
start_suspended ? 1 : 0,
|
||||
NULL, // TODO: stdio handling
|
||||
&resp)) {
|
||||
err = FfiError(e);
|
||||
return std::nullopt;
|
||||
|
||||
Reference in New Issue
Block a user