16 lines
519 B
Markdown
16 lines
519 B
Markdown
# 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.
|