forked from shadowfacts/Tusker
Shadowfacts
57c023c973
Fix profile tab switching animation ending in bad state
Caused by fda0c187949d0e7c8d792d616bb90f1bd90c3d10, old/new.view is no longer the same as .collectionView, so the transform wasn't being properly reset. Closes #536
Tusker
Tusker is a WIP iOS app for Mastodon and Pleroma.
Installing for Development
Requirements:
- Xcode 14
- Clone the project:
git clone https://git.shadowfacts.net/shadowfacts/Tusker.git
- Change directory into the project:
cd Tusker
- Copy the sample xcconfig:
cp Tusker.xcconfig.example Tusker.xcconfig
- Edit
Tusker.xcconfig
and change the development team ID and the bundle ID prefix to your own. - Open
Tusker.xcodeproj
in Xcode - Select a target in the Tusker scheme and build & run.
Description
Languages
Swift
99.9%