README fixes

...
This commit is contained in:
Helge Heß
2020-10-01 16:51:54 +02:00
parent 8daa25fb99
commit d2ff8c59b5
2 changed files with 8 additions and 7 deletions

View File

@@ -1,16 +1,16 @@
<h2>5 GUIs
<img src="5GUIs/Assets.xcassets/AppIcon.appiconset/5GUIs-128.png"
<img src="5GUIs/Assets.xcassets/AppIcon.appiconset/5GUIs-256.png"
align="right" width="128" height="128" />
</h2>
... the app for the [tweet](https://twitter.com/jckarter/status/1310412969289773056):
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">With its eclectic mix of AppKit, Catalyst, iOS, SwiftUI, and web apps, macOS should consider rebranding to “Five GUIs”</p>&mdash; Joe Groff (@jckarter) <a href="https://twitter.com/jckarter/status/1310412969289773056?ref_src=twsrc%5Etfw">September 28, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">With its eclectic mix of AppKit, Catalyst, iOS, SwiftUI, and web apps, macOS should consider rebranding to “Five GUIs”</p>&mdash; Joe Groff (@jckarter) <a href="https://twitter.com/jckarter/status/1310412969289773056?ref_src=twsrc%5Etfw">September 28, 2020</a></blockquote>
GUI is an abbreviation for [Graphical User Interface](https://en.wikipedia.org/wiki/Graphical_user_interface).
### How it works:
### How it works
5 GUIs grabs some information from the app bundle.
It then uses LLVM's objdump to check what libraries the app links,
@@ -21,10 +21,11 @@ e.g. Electron or UIKit, to figure out what technology is being used.
### Idea and Implementation
I had the idea for this kind of app for quite some time, but when @jckarter
tweeted the proper name for this ★ "5 GUIs" ★, it finally had to be done.
The idea for this kind of app exists for quite some time, but when
[@jckarter](https://twitter.com/jckarter)
tweeted the proper name for this, "5 GUIs", it finally had to be done.
This is a quick hack, scrambled together in about 2 days.
This is a quick hack, put together in about 2 days.
The source is not "nice" at all, don't use it as a proper example 🙈
PRs with cleanups are warmly welcome.

View File

@@ -1,5 +1,5 @@
<h2>5 GUIs Sources
<img src="5GUIs/Assets.xcassets/AppIcon.appiconset/5GUIs-128.png"
<img src="5GUIs/Assets.xcassets/AppIcon.appiconset/5GUIs-256.png"
align="right" width="128" height="128" />
</h2>