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 4b43726e1d
Fix not being able to follow hashtags on akkoma
4 days ago
Ambassador@4fe264af51 Initial UI testing setup 3 years ago
BlankSlate.xcappdata Initial UI testing setup 3 years ago
Documentation Unify haptic feedback 4 months ago
Embassy@189436100c Initial UI testing setup 3 years ago
OpenInTusker Bump build number and update changelog 2 years ago
Packages Fix not being able to follow hashtags on akkoma 4 days ago
ShareExtension Cache own instance in CoreData 1 week ago
Tusker Fix race condition in Compose screen when loading account 1 week ago
Tusker.xcodeproj Cache own instance in CoreData 1 week ago
TuskerTests Fix replied-to account not being first mention 2 months ago
TuskerUITests Extract compose UI into separate package 2 months ago
.gitignore Move bundle ID prefix to xcconfig 6 months ago
.gitmodules Replace Gifu with CGImageAnimation 2 years ago
CHANGELOG-release.md Update release changelog 3 weeks ago
CHANGELOG.md Bump build number and update changelog 3 weeks ago
README.md Move bundle ID prefix to xcconfig 6 months ago
Tusker.xcconfig.example Move bundle ID prefix to xcconfig 6 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.