A WIP iOS app for Mastodon and Pleroma.
Go to file
Shadowfacts ec76754270 Bump build number and update changelog 2024-04-07 22:36:56 -04: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
Documentation Unify haptic feedback 2023-01-26 21:52:12 -05:00
Embassy@189436100c Initial UI testing setup 2019-12-30 16:00:14 -05:00
OpenInTusker Another round of strict concurrency fixes 2024-01-28 14:59:03 -05:00
Packages Fix loading indicator never disappearing when presenting gallery from status with >4 attachments 2024-04-02 21:16:09 -04:00
ShareExtension Add privacy manifest to share extension 2024-03-17 13:34:15 -04:00
Tusker Correct button titles 2024-04-07 22:29:48 -04:00
Tusker.xcodeproj Make the audio session work better 2024-04-04 17:31:16 -04:00
TuskerTests Fix whitespace in statuses not being trimmed 2024-01-17 15:51:54 -05:00
TuskerUITests Extract compose UI into separate package 2023-04-16 13:23:13 -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-release.md Update release changelog 2024-04-04 23:13:02 -04:00
CHANGELOG.md Bump build number and update changelog 2024-04-07 22:36:56 -04:00
README.md Move bundle ID prefix to xcconfig 2022-12-14 10:04:25 -05:00
Tusker.xcconfig.example Bump version and move to xcconfig to fix warnings 2023-10-01 22:14:01 -04:00
Version.xcconfig Bump build number and update changelog 2024-04-07 22:36:56 -04: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.