Shadowfacts
df9ce81060
Fix crash when ComposeUIConfig.dismiss called after hosting controller dealloc'd
I'm not sure how this can happen (possibly if the user dismissed the compose screen while the status was being posted? but I haven't been able to reproduce that), but guard against it since it's causing crashes
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
100%