'what is the service-target name for the iOS Simulator Process

I want add a dylib once launch a iOS Simulator App. I know we coud do something like:

$ xcrun simctl spawn booted launchctl debug system/com.apple.SpringBoard --environment DYLD_INSERT_LIBRARIES=path/to/dynamic/lib.dylib

this is good for com.apple.SpringBoard. but what is the service-target name for my own APP?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source