From bbe7ab5be338a4a5d5bfb5f363e0ea1dfdcd2763 Mon Sep 17 00:00:00 2001 From: iddoeldor Date: Sun, 5 May 2019 14:30:16 +0300 Subject: [PATCH] ios executable path --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c9e6f8..a3148d7 100644 --- a/README.md +++ b/README.md @@ -1572,6 +1572,7 @@ UIDevice.$ownMethods .forEach(function(method) { console.log(method, ':', UIDevice[method]()) }) +console.log('executablePath =', ObjC.classes.NSBundle.mainBundle().executablePath().toString()); ```