Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose arguments and env to launch_app #59

Open
oxcug opened this issue Feb 14, 2022 · 1 comment
Open

Expose arguments and env to launch_app #59

oxcug opened this issue Feb 14, 2022 · 1 comment

Comments

@oxcug
Copy link

oxcug commented Feb 14, 2022

Hey folks, looks like the rpc call for launching an app hard-codes the args and env parameters. Can these be exposed? Happy to put up a PR. Code in question:

    pid = _rpc_channel.call(channel_name,
                            "launchSuspendedProcessWithDevicePath:bundleIdentifier:environment:arguments:options:", "",
                            bundle_id, {}, [], {"StartSuspendedKey": 0, "KillExisting": 1}).selector
@YueChen-C
Copy link
Owner

I think it can be exposed. Welcome to submit a pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants