forked from shadowfacts/Tusker
Shadowfacts
70bca052c4
Tweak notification grouping
Notifications that are of the same type but are separated by a groupable notification of a different type are now considered groupable. For example: favorite 1 (status 1) reblog 1 (status 1) favorite 2 (status 1) reblog 2 (status 1) mention 1 reblog 3 (status 1) will be grouped into: favorite 1, 2 (status 1) reblog 1, 2 (status 1) mention 1 reblog 3 (status 1)
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).
- Clone the project:
git clone https://git.shadowfacts.net/shadowfacts/Tusker.git
- Change directory into the project:
cd Tusker
- Clone the submodules:
git submodule init && git submodule update
- Open
Tusker.xcworkspace
in Xcode. - Change the code signing identity to your own.
- Change the bundle identifier to something unique.
- Select a target in the Tusker scheme and build & run.
Description
Languages
Swift
100%