Push .plist file to Real Device (iOS)

Hi, I am looking for a way to push a modified .plist file to a real device. To do this manually, I can open iTunes and change via “file sharing”.

Is there a way to do this with Appium? Or a tool exists?

Thanks.

Appium supports iOS file system interaction via ifuse on real devices. Simulators share their FS with the desktop Mac OS.

APIs for that usually have names like push/pullFile or pullFolder