dado3212 / message-indicator

🔵 SIMBL plugin that adds an indicator to messages in which you haven't responded
22 stars 0 forks source link

Big Sur compatibility? #7

Open jonathanlaniado opened 3 years ago

jonathanlaniado commented 3 years ago

Is there any way to make this work with Big Sur? I love this add-on. 😔

jonathanlaniado commented 3 years ago

Hi @dado3212, just wanted to follow up here. This tool is invaluable, but I haven't been able to make it work in Big Sur.

dado3212 commented 3 years ago

Currently no. Big Sur changed the Messages app from running as a native macOS app to a wrapped-iOS app, so the injection stuff is different. @w0lfschild hate to just invoke you on this, but do you know of any working MacForge plugins that are injecting into the iOS apps? I think Calculator does the same thing. My guess is this is a blend of failure on the MacForge injection side of things + on my side with header changes. I tried using F-Script to debug a little but it just picks up the wrapper screen that Mac uses to render the iOS apps.

Technical note: wrapped app as determined by the com.apple.UIKit.MacHelper debug Console.app messages around NSWindowScene management

jonathanlaniado commented 3 years ago

Thanks Alex, this and spaces-renamer are my favorite utilities "no one" knows about. I appreciate you trying to make this work for Big Sur, hopefully you two legends can figure this out.