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 0f70c9059e
Fix error decoding certain statuses on pixelfed
1 week ago
Ambassador@4fe264af51 Initial UI testing setup 4 years ago
BlankSlate.xcappdata Initial UI testing setup 4 years ago
Documentation Unify haptic feedback 10 months ago
Embassy@189436100c Initial UI testing setup 4 years ago
OpenInTusker Bump build number and update changelog 2 years ago
Packages Fix error decoding certain statuses on pixelfed 1 week ago
ShareExtension Use server preference for local-only on Hometown 1 month ago
Tusker Tweak profile header separator 1 week ago
Tusker.xcodeproj Update Sentry package 1 week ago
TuskerTests Fix replied-to account not being first mention 8 months ago
TuskerUITests Extract compose UI into separate package 8 months ago
.gitignore Move bundle ID prefix to xcconfig 12 months ago
.gitmodules Replace Gifu with CGImageAnimation 2 years ago
CHANGELOG-release.md Bump version and update changelog 2 months ago
CHANGELOG.md Bump version and update changelog 3 weeks ago
README.md Move bundle ID prefix to xcconfig 12 months ago
Tusker.xcconfig.example Bump version and move to xcconfig to fix warnings 2 months ago
Version.xcconfig Bump version and update changelog 3 weeks 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.