2
10
Fork 2
A WIP iOS app for Mastodon and Pleroma.
Datei suchen
Shadowfacts 279b7868e3
Test with simple swift promises
See https://shadowfacts.net/2020/simple-swift-promises/
2020-02-18 22:08:46 -05: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
Cache@8c42c575cf Refactor AvatarCache to ImageCache 2018-10-03 08:45:03 -04:00
Documentation Add X-Callback-URL for search 2019-09-15 18:12:49 -04:00
Embassy@189436100c Initial UI testing setup 2019-12-30 16:00:14 -05:00
Gifu@ed572f53ce Use Gifu for GIF playback 2018-11-09 15:48:08 -05:00
Pachyderm Test with simple swift promises 2020-02-18 22:08:46 -05:00
PachydermTests Test with simple swift promises 2020-02-18 22:08:46 -05:00
SwiftSoup@f445c9067d Start home timeline 2018-08-16 22:39:16 -04:00
Tusker Test with simple swift promises 2020-02-18 22:08:46 -05:00
Tusker.xcodeproj Test with simple swift promises 2020-02-18 22:08:46 -05:00
Tusker.xcworkspace Replace GMImagePicker with custom asset picker based on SheetController 2020-01-04 16:25:15 -05:00
TuskerTests Collapse whitespace according to CSS spec after converting HTML to 2020-01-21 21:28:14 -05:00
TuskerUITests More UI testing setup and API mocks 2019-12-31 11:40:56 -05:00
.gitignore Remove playground 2018-09-23 21:37:10 -04:00
.gitmodules Initial UI testing setup 2019-12-30 16:00:14 -05:00
README.md Add installation instructions to readme 2020-01-06 20:35:11 -05:00

README.md

Tusker

Tusker is a WIP iOS app for Mastodon and Pleroma.

Installing for Development

Xcode 11 is required, macOS Mojave or later should work (only macOS Catalina is regularly tested).

  1. Clone the project: git clone https://git.shadowfacts.net/shadowfacts/Tusker.git
  2. Change directory into the project: cd Tusker
  3. Clone the submodules: git submodule init && git submodule update
  4. Open Tusker.xcworkspace in Xcode.
  5. Change the code signing identity to your own.
  6. Change the bundle identifier to something unique.
  7. Select a target in the Tusker scheme and build & run.