Skip to content

Commit

Permalink
Update ellekit
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Jul 16, 2024
1 parent b7f5337 commit 5c72b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ellekit/ellekit
2 changes: 1 addition & 1 deletion src/universalhooks/lsd.m
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ void lsdUniversalInit(void) {
void* __LSServer_RebuildApplicationDatabases = MSFindSymbol(coreServicesImage, "__LSServer_RebuildApplicationDatabases");

#ifdef COMPAT_BUGGY_ELLEKIT
// Currently ellekit tvOS has a bug where private symbols can't be found
// Older ellekit tvOS has a bug where private symbols can't be found
// TODO: Remove
if (!__LSServer_RebuildApplicationDatabases) {
NSLog(@"Buggy ellekit detected!");
Expand Down

0 comments on commit 5c72b6a

Please sign in to comment.