Using XCTest launchEnvironment or launchArgument in Katalon

I’m in the process of setting up UI automation suites for my team’s iOS app, and my devs have set up methods of switching between our test and production environments via XCTest’s launchEnvironment and launchArguments features (launchEnvironment = ["UI_TEST_RESET":"1"] and launchArguments = ["-EnvironmentsUI", "YES"] respectively). Problem is, I can’t figure out what library I need to use or how, syntactically, to get those into a Katalon script.

Has anyone done this? Any help would be appreciated. Thanks!