Skip to content

Commit 403da92

Browse files
committed
--
1 parent 8e63388 commit 403da92

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/io/github/berstanio/pymobiledevice3/ipc/PyMobileDevice3IPC.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,12 +339,8 @@ public static void main(String[] args) throws IOException {
339339
DaemonHandler.startDaemon(installation);
340340
}
341341
try (PyMobileDevice3IPC ipc = new PyMobileDevice3IPC()) {
342-
//JSONObject object = ipc.decodePList(new File("/Volumes/ExternalSSD/IdeaProjects/MOE-Upstream/moe/samples-java/Calculator/ios/build/moe/xcodebuild/Release-iphoneos/ios.app/Info.plist")).join();
343-
//System.out.println(object.getString("CFBundleExecutable"));
344-
//for (DeviceInfo info : ipc.listDevices().join())
345342
ipc.ensureTunneldRunning().join();
346343

347-
//CompletableFuture<String> future = ipc.installApp(ipc.getDevice(null).join(), new File("/Volumes/ExternalSSD/IdeaProjects/MOE-Upstream/moe/samples-java/Calculator/ios/build/moe/xcodebuild/Release-iphoneos/ios.app"), InstallMode.UPGRADE, progress -> System.out.println("Progress: " + progress + "%"));
348344
DeviceInfo info = ipc.getDevice(null).join();
349345
DebugServerConnection connection = ipc.debugServerConnect(info, 0).join();
350346

0 commit comments

Comments
 (0)