ios executable path

This commit is contained in:
iddoeldor 2019-05-05 14:30:16 +03:00 committed by GitHub
parent 29643058cc
commit bbe7ab5be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1572,6 +1572,7 @@ UIDevice.$ownMethods
.forEach(function(method) {
console.log(method, ':', UIDevice[method]())
})
console.log('executablePath =', ObjC.classes.NSBundle.mainBundle().executablePath().toString());
```