fix trollstorehelper not being enabled by itself#9
fix trollstorehelper not being enabled by itself#9speedyfriend433 wants to merge 3 commits intogeode-sdk:mainfrom
Conversation
| #import <Foundation/Foundation.h> | ||
|
|
||
| #ifndef AppLog | ||
| #define AppLog(fmt, ...) NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__) |
There was a problem hiding this comment.
no, use the AppLog provided from LogUtils
| return; | ||
| } | ||
|
|
||
| strlcpy(path, "/var/containers/Bundle/Application/Geode.app/Geode", sizeof(path)); |
There was a problem hiding this comment.
/var/containers/Bundle/Application/Geode.app/Geode isn't a valid directory. I tested navigating it myself in NewTerm.
The binary also isn't called Geode.
There was a problem hiding this comment.
I didn’t mean to add pull request with this too lol
It was just a placeholder part and uhh it automatically added the part 🥶
|
This pull request has not been updated to fix the merge conflicts, nor does it seem to do much of everything (mostly dead code). There are unnecessary files created in the ZSign directory that never get used. (I don't even think apple allows rwx! We do swapping between rw and rx) Until these issues are fixed, the PR will be closed. |
is it just for me or anyone cuz it crashes when i launch through trollstore with trollstorehelper failed 3 error message so i just fixed it..