A WIP iOS app for Mastodon and Pleroma.
Go to file
Shadowfacts 99e06441f0
Fix crash when getting account relationship fails
UIDeferredMenuElement completion handler should only be called from the
main thread
2021-08-12 19:41:00 -04:00
Ambassador@4fe264af51 Initial UI testing setup 2019-12-30 16:00:14 -05:00
BlankSlate.xcappdata Initial UI testing setup 2019-12-30 16:00:14 -05:00
Documentation Add X-Callback-URL for search 2019-09-15 18:12:49 -04:00
Embassy@189436100c Initial UI testing setup 2019-12-30 16:00:14 -05:00
Gifu@9b1a6461aa Fix displaying images on iOS 14 2020-08-15 17:03:02 -04:00
OpenInTusker Add Open in Tusker action extension 2021-05-24 19:30:11 -04:00
Pachyderm Fix crash when decoding responses from Mastodon 3.4.0rc1 due to 2021-05-09 21:49:16 -04:00
PachydermTests Add character counter 2018-09-29 22:20:17 -04:00
Tusker Fix crash when getting account relationship fails 2021-08-12 19:41:00 -04:00
Tusker.xcodeproj Add public timeline descriptions 2021-08-08 10:09:28 -04:00
Tusker.xcworkspace Let Xcode update the stupid package name 2021-06-26 18:52:12 -04:00
TuskerTests Add Compose screen mention, hashtag, emoji completion 2020-10-11 22:14:45 -04:00
TuskerUITests Remove unused pre-iOS 14 code 2021-02-06 13:47:45 -05:00
.gitignore Remove playground 2018-09-23 21:37:10 -04:00
.gitmodules Remove Cache library 2021-01-20 18:31:14 -05:00
CHANGELOG.md Bump build number and update changelog 2021-06-27 19:02:51 -04:00
README.md Add installation instructions to readme 2020-01-06 20:35:11 -05:00

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).

  1. Clone the project: git clone https://git.shadowfacts.net/shadowfacts/Tusker.git
  2. Change directory into the project: cd Tusker
  3. Clone the submodules: git submodule init && git submodule update
  4. Open Tusker.xcworkspace in Xcode.
  5. Change the code signing identity to your own.
  6. Change the bundle identifier to something unique.
  7. Select a target in the Tusker scheme and build & run.