noopoo

Results 4 comments of noopoo

max:~/Downloads/MacOSX10.13.sdk/System/Library/Frameworks/IOKit.framework/Versions/A/Headers$ ls -l IOReturn.h lrwxr-xr-x 1 max staff 189 Aug 5 2017 IOReturn.h -> Users/phracker/Documents/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/IOKit/IOReturn.h still existing

comment [those codes](https://github.com/PsychoTea/MeridianJB/blob/master/Meridian/Meridian/views/ViewController.m#L89),rebuild this project again,works on me.But I'm not sure whethher this may break your system if you've already jb with another tool.

assuming that arm and x86 macOS using the same `open` flag, add this code to `const.py`: ```python class macos_arm_open_flags(QlPrettyFlag): O_RDONLY = 0x000000 O_WRONLY = 0x000001 O_RDWR = 0x000002 O_NONBLOCK =...

Hi, that's great if you could create a PR to fix this, cause I don't use git or github very much.