ios executable path
This commit is contained in:
parent
29643058cc
commit
bbe7ab5be3
@ -1572,6 +1572,7 @@ UIDevice.$ownMethods
|
|||||||
.forEach(function(method) {
|
.forEach(function(method) {
|
||||||
console.log(method, ':', UIDevice[method]())
|
console.log(method, ':', UIDevice[method]())
|
||||||
})
|
})
|
||||||
|
console.log('executablePath =', ObjC.classes.NSBundle.mainBundle().executablePath().toString());
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user