1
Fork 0

Update README to remove WebView dependency

This commit is contained in:
redstrate 2020-11-18 08:36:54 -05:00
parent 1ab22880f6
commit 99620c849f

View file

@ -1,6 +1,7 @@
# mobilefort # mobilefort
A SwiftUI app to decode and show Pillowfort feeds natively on iOS. A SwiftUI app to decode and show Pillowfort feeds natively on iOS.
![example result](https://raw.githubusercontent.com/redstrate/mobilefort/master/misc/screenshot.png) ## Dependencies
* [URLImage](https://github.com/dmytro-anokhin/url-image) for downloading images.
I use [URLImage](https://github.com/dmytro-anokhin/url-image) for downloading images, and [WebView](https://github.com/kylehickinson/SwiftUI-WebView) for showing the sidebar. ![example result](https://raw.githubusercontent.com/redstrate/mobilefort/master/misc/screenshot.png)