44 Commits

Author SHA1 Message Date
Julien Lengrand-Lambert
99806e9c0f my stuff 2024-07-03 13:28:55 +02:00
Helge Heß
493b66aaf7 Move BundleFeatureDetectionOperation
... to proper place in Sources.
2021-08-26 15:27:13 +02:00
Helge Heß
28dd1c7eab Bump versions
...
2020-11-23 13:21:23 +01:00
Helge Heß
3662fd3b1e Improve details popover
...
2020-10-05 16:54:33 +02:00
Helge Heß
6adcfab1cf Limit height of details popover
...
2020-10-05 16:35:47 +02:00
Helge Heß
02eaacaa72 Bump versions: 1.0.2/5
...
2020-10-05 16:33:34 +02:00
Helge Heß
f195816ee5 Drop comment
...
2020-10-05 16:25:29 +02:00
Helge Heß
77db7aae24 Scan nested apps
Only .app for now. We might want to do more later.
2020-10-05 16:14:56 +02:00
Helge Heß
de1a35db69 ls
... convenience.
2020-10-05 15:52:43 +02:00
Helge Heß
3d68ae142c Detect platypus apps
...
2020-10-05 15:14:42 +02:00
Helge Heß
4419220b60 Check for AppleScript "apps"
...
2020-10-05 15:01:05 +02:00
Helge Heß
823270f3bf Move yet more things around
...
2020-10-05 14:42:34 +02:00
Helge Heß
bcb47492ba More notes in README
...
2020-10-05 14:35:17 +02:00
Helge Heß
90ba5dc832 Move more things around
... clean up naming.
2020-10-05 14:32:46 +02:00
Helge Heß
517d82fdc2 Note on Catalyst issue
... never forget!
2020-10-05 14:29:23 +02:00
Helge Heß
cf5d180b6f Move things around, check for Carbon requirement :-)
...
2020-10-05 14:26:47 +02:00
Helge Heß
01dc0b42b7 Beauty
...
2020-10-05 14:16:29 +02:00
Helge Heß
08688fdd7e Fix check for JavaX
... it's a bool, not a dict here.
2020-10-05 14:13:15 +02:00
Helge Heß
4c4a36e3b3 Detect Automator _based_ apps
Via AMIsApplet boolean key in Info.plist.
Great technology!
2020-10-05 14:12:46 +02:00
Helge Heß
54f39028fa Detect Python, add more texts
The Dropbox Python, `python-extensions` in `Frameworks`.
2020-10-05 13:57:54 +02:00
Helge Heß
dfd5ac36fc Beauty and comments
...
2020-10-05 13:47:59 +02:00
Helge Heß
5a8f14c6bf Merge pull request #13 from sarnau/additional_java_detection
Additional Java detection, like JD-GUI
2020-10-05 12:59:40 +02:00
Helge Heß
e87e299918 Merge pull request #10 from sarnau/wxWidgets_support
wxWidgets support (Audacity)
2020-10-05 12:49:15 +02:00
Markus Fritze
a337c20fe6 Additional Java detection, like JD-GUI
https://github.com/ZeeZide/5GUIs/issues/11
2020-10-05 11:08:42 +02:00
Markus Fritze
dc5ae757f0 wxWidgets support (Audacity) 2020-10-05 10:47:58 +02:00
Helge Heß
915d7ed319 Merge pull request #4 from kukushechkin/detect-qt-framework
Detect and report Qt
2020-10-03 23:53:44 +02:00
Vladimir Kukushkin
8c8de98c3e QtCore.framework is a reasonable heuristic for detecting Qt 2020-10-04 00:31:17 +03:00
Helge Heß
4f3ce04ce3 Attempt to fix icon in other readme
...
2020-10-03 15:24:35 +02:00
Helge Heß
8144d59e88 Link to issues page
...
2020-10-03 15:00:12 +02:00
Helge Heß
fb5e562720 Try to get the images on one line
...
2020-10-03 14:59:03 +02:00
Helge Heß
4e8b09c323 Try to improve images
...
2020-10-03 14:58:04 +02:00
Helge Heß
f39a593383 Add some screenshots and the appstore link
...
2020-10-03 14:55:38 +02:00
Helge Heß
9e7d4913eb Explicitly set detail popover text fg color
The main window environment seems to be preserved
on macOS Catalyst (preserving the "white" color
of the main window).
2020-10-02 17:58:19 +02:00
Helge Heß
5107ee7d56 Add build instructions to README
How to embed objdump.
2020-10-02 17:57:53 +02:00
Helge Heß
7358dffc51 Bump version to 1.0.1 build 3
...
2020-10-02 16:09:13 +02:00
Helge Heß
232bb7bfce Do not launch objdump in shell
... no point, just produces escaping issues.
2020-10-02 15:21:31 +02:00
Helge Heß
aa3141ef3b Fix codesigning of objdump
... enable sandbox inheritance.
Use a build step instead of builtin Xcode signing,
to set the entitlements which are required for
AppStore uploads.
Also set the ID of the objdump to some rDNS.
2020-10-02 15:20:04 +02:00
Helge Heß
45b7cd2001 Add entitlements for objdump
codesign --entitlements llvm-objdump.entitlements \
  -s "Apple Distribution: XYZ" llvm-objdump
2020-10-01 17:24:30 +02:00
Helge Heß
d2ff8c59b5 README fixes
...
2020-10-01 16:51:54 +02:00
Helge Heß
8daa25fb99 Attempt to fix README icon
... local GitHub runner would be nice.
2020-10-01 16:46:10 +02:00
Helge Heß
6fa920f337 Set developer category
... or utilities? No idea.
2020-10-01 16:44:35 +02:00
Helge Heß
caa6434312 5 GUIs - initial drop
Ooh LA LA ...
2020-10-01 16:43:06 +02:00
Helge Heß
ebba0ce687 Add .gitignore
...
2020-10-01 16:38:34 +02:00
Helge Heß
6e5e431986 Initial commit 2020-10-01 16:37:08 +02:00