I have read a lot about defaults and plutil commands but still I could not find the way how to edit those UserDefaults values on the actual iPhone using terminal from the laptop. Mentioned commands allow us to modify defaults on simulator or mac os app. Not on actual iPhone.
I would love to find the way similar to adb shell setprop to set some stored value inside my iOS app without recompilation with terminal. I know how to list our devices with instruments in terminal but is there any way to achieve what I want?