forked from shadowfacts/Tusker
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
Ambassador@4fe264af51 | 4 years ago | |
BlankSlate.xcappdata | 4 years ago | |
Embassy@189436100c | 4 years ago | |
OpenInTusker | 2 years ago | |
Packages | 8 months ago | |
Tusker | 8 months ago | |
Tusker.xcodeproj | 8 months ago | |
TuskerTests | 9 months ago | |
TuskerUITests | 12 months ago | |
.gitignore | 10 months ago | |
.gitmodules | 2 years ago | |
CHANGELOG.md | 8 months ago | |
README.md | 10 months ago | |
Tusker.xcconfig.example | 10 months ago |
README.md
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.