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 8bd6f53f01
Allow pinning instance public timelines
4 months 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 Workaround for local-only posts not being decodable on Akkoma 4 months ago
Tusker Allow pinning instance public timelines 4 months ago
Tusker.xcodeproj Allow pinning instance public timelines 4 months ago
TuskerTests Allow pinning instance public timelines 4 months ago
TuskerUITests Fix TuskerTests not compiling 8 months ago
.gitignore Move bundle ID prefix to xcconfig 6 months ago
.gitmodules Replace Gifu with CGImageAnimation 2 years ago
CHANGELOG.md Bump build number and update changelog 4 months 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.