An iOS app for Mastodon, Pleroma, and more.
https://vaccor.space/tusker
Shadowfacts
262aadf807
Using a non-scrolling UITextView wrapped in SwiftUI combined with the old hack of fixing its layout by passing the view controller's width down to the wrapped view caused very slow layouts, resulting in significant lag when typing into the main text view of the compose screen. |
||
---|---|---|
Ambassador@4fe264af51 | ||
BlankSlate.xcappdata | ||
Cache@8c42c575cf | ||
Documentation | ||
Embassy@189436100c | ||
Gifu@9b1a6461aa | ||
Pachyderm | ||
PachydermTests | ||
Tusker | ||
Tusker.xcodeproj | ||
Tusker.xcworkspace | ||
TuskerTests | ||
TuskerUITests | ||
.gitignore | ||
.gitmodules | ||
CHANGELOG.md | ||
README.md |
README.md
Tusker
Tusker is a WIP iOS app for Mastodon and Pleroma.
Installing for Development
Xcode 11 is required, macOS Mojave or later should work (only macOS Catalina is regularly tested).
- Clone the project:
git clone https://git.shadowfacts.net/shadowfacts/Tusker.git
- Change directory into the project:
cd Tusker
- Clone the submodules:
git submodule init && git submodule update
- Open
Tusker.xcworkspace
in Xcode. - Change the code signing identity to your own.
- Change the bundle identifier to something unique.
- Select a target in the Tusker scheme and build & run.