5GUIs icon indicating copy to clipboard operation
5GUIs copied to clipboard

A tiny macOS app that can detect the GUI technologies used in other apps.

Results 12 5GUIs issues
Sort by recently updated
recently updated
newest added

In an app review, someone mentioned that 5 GUIs crashes on macOS 13 betas. I don't have them installed yet, but should check that.

bug
help wanted

For all intents and purposes, we use "Electron apps" to refer to apps that wrap Chromium. 5GUIs identifies Spotify appears as an AppKit Objective-C app, which it is not.

bug
help wanted

5GUIs incorrectly identifies these Qt apps as AppKit: Tableau Desktop VirtualBox Blackmagic Desktop Video Blackmagic RAW Player Blackmagic RAW Speed Test DaVinci Resolve (I am horrified by the realization that...

bug
help wanted

https://dangerzone.rocks/ https://github.com/firstlookmedia/dangerzone Seems like python, tcl/tk etc., and it needs Docker. (But it's a macOS app bundle.) ![snap](https://i.imgur.com/9BXMW75.jpg)

help wanted

Over here, found while stalking @kiliankoe: https://github.com/kwin/macdependency Not sure whether it makes sense or not.

enhancement
help wanted

Not 100% sure whether Catalyst and plain UIKit apps (i.e. running iPhone/iPad apps natively on a DTK/Apple silicon Mac) are actually the same thing on macOS BS. I would think...

bug
help wanted

macOS BS has the "dyld shared cache" which breaks running `objdump` on the dependencies. E.g. this results in BS Safari not having any features detected. ``` $ otool -L /Applications/Safari.app/Contents/MacOS/Safari...

enhancement
help wanted

This should show everything we detect (e.g. all languages etc), and also allow the user to browse the different embedded apps and frameworks individually.

enhancement
help wanted

What seems to break in this case is that 5 GUIs tries and fails to detect AppKit (β€œNo πŸ‘¨πŸ½β€πŸ¦³ AppKit usage to be found? πŸ€”β€). That’s probably because of the...

bug
help wanted

Assuming it actually is an AppKit app, we might need to tone down the praise :-)

bug
help wanted