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()); ```