forked from shadowfacts/Tusker
Shadowfacts
d27bddb2ca
The issue occurred because the profile header would kick off a request upon loading, then the profile table would request the initial set of statuses shortly thereafter which would result in reloadData being called which would cancel the request without removing the group, so the request generated by the newly-reloaded header cell would attach a callback to the cancelled request, resulting in the header image never displaying. |
||
---|---|---|
Ambassador@4fe264af51 | ||
BlankSlate.xcappdata | ||
Cache@8c42c575cf | ||
Documentation | ||
Embassy@189436100c | ||
Gifu@ed572f53ce | ||
Pachyderm | ||
PachydermTests | ||
SwiftSoup@f445c9067d | ||
Tusker | ||
Tusker.xcodeproj | ||
Tusker.xcworkspace | ||
TuskerTests | ||
TuskerUITests | ||
.gitignore | ||
.gitmodules | ||
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.