A WIP iOS app for Mastodon and Pleroma.
Go to file
Shadowfacts 23a4999196 Complete asynchronous swipe actions immediately
Fixes crash when the user things the action has failed and taps it
again, which results in an invalid completion handler later being called
2023-01-20 10:53:30 -05: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
Embassy@189436100c Initial UI testing setup 2019-12-30 16:00:14 -05:00
OpenInTusker Bump build number and update changelog 2021-08-15 22:43:32 -04:00
Packages Add delete status action 2023-01-17 19:32:50 -05:00
Tusker Complete asynchronous swipe actions immediately 2023-01-20 10:53:30 -05:00
Tusker.xcodeproj Bump build number 2023-01-19 14:38:35 -05:00
TuskerTests Fix duplicate saved instances not being uniqued correctly 2023-01-01 15:27:25 -05:00
TuskerUITests Fix TuskerTests not compiling 2022-10-08 10:55:55 -04:00
.gitignore Move bundle ID prefix to xcconfig 2022-12-14 10:04:25 -05:00
.gitmodules Replace Gifu with CGImageAnimation 2021-11-11 13:26:11 -05:00
CHANGELOG.md Bump build number and update changelog 2023-01-19 13:08:05 -05:00
README.md Move bundle ID prefix to xcconfig 2022-12-14 10:04:25 -05:00
Tusker.xcconfig.example Move bundle ID prefix to xcconfig 2022-12-14 10:04:25 -05:00

README.md

Tusker

Tusker is a WIP iOS app for Mastodon and Pleroma.

Installing for Development

Requirements:

  • Xcode 14
  1. Clone the project: git clone https://git.shadowfacts.net/shadowfacts/Tusker.git
  2. Change directory into the project: cd Tusker
  3. Copy the sample xcconfig: cp Tusker.xcconfig.example Tusker.xcconfig
  4. Edit Tusker.xcconfig and change the development team ID and the bundle ID prefix to your own.
  5. Open Tusker.xcodeproj in Xcode
  6. Select a target in the Tusker scheme and build & run.