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.
|
1 week ago | |
---|---|---|
Ambassador@4fe264af51 | 4 years ago | |
BlankSlate.xcappdata | 4 years ago | |
Documentation | 10 months ago | |
Embassy@189436100c | 4 years ago | |
OpenInTusker | 2 years ago | |
Packages | 1 week ago | |
ShareExtension | 1 month ago | |
Tusker | 1 week ago | |
Tusker.xcodeproj | 1 week ago | |
TuskerTests | 8 months ago | |
TuskerUITests | 8 months ago | |
.gitignore | 12 months ago | |
.gitmodules | 2 years ago | |
CHANGELOG-release.md | 2 months ago | |
CHANGELOG.md | 3 weeks ago | |
README.md | 12 months ago | |
Tusker.xcconfig.example | 2 months ago | |
Version.xcconfig | 3 weeks 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.