A WIP iOS app for Mastodon and Pleroma.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Shadowfacts 0948371f83
Improve appearance of lists when converting from HTML
44 minutes ago
Ambassador@4fe264af51 Initial UI testing setup 4 years ago
BlankSlate.xcappdata Initial UI testing setup 4 years ago
Documentation Unify haptic feedback 8 months ago
Embassy@189436100c Initial UI testing setup 4 years ago
OpenInTusker Bump build number and update changelog 2 years ago
Packages Allow authoring local-only posts on Akkoma 2 days ago
ShareExtension Fix not being able to share images from Shortcuts actions that have public.image and public.file-url representations 3 months ago
Tusker Improve appearance of lists when converting from HTML 44 minutes ago
Tusker.xcodeproj Update to recommended Xcode settings 2 weeks ago
TuskerTests Fix replied-to account not being first mention 6 months ago
TuskerUITests Extract compose UI into separate package 5 months ago
.gitignore Move bundle ID prefix to xcconfig 10 months ago
.gitmodules Replace Gifu with CGImageAnimation 2 years ago
CHANGELOG-release.md Bump version and update changelog 2 weeks ago
CHANGELOG.md Bump version and update changelog 2 weeks ago
README.md Move bundle ID prefix to xcconfig 10 months ago
Tusker.xcconfig.example Move bundle ID prefix to xcconfig 10 months ago

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.