mirror of
https://github.com/jlengrand/5GUIs-1.git
synced 2026-03-10 08:01:25 +00:00
README fixes
...
This commit is contained in:
13
README.md
13
README.md
@@ -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>— 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>— 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.
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user