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.
|
3 years ago | |
---|---|---|
Ambassador@4fe264af51 | 3 years ago | |
BlankSlate.xcappdata | 3 years ago | |
Cache@8c42c575cf | 5 years ago | |
Documentation | 4 years ago | |
Embassy@189436100c | 3 years ago | |
Gifu@ed572f53ce | 5 years ago | |
Pachyderm | 3 years ago | |
PachydermTests | 3 years ago | |
SwiftSoup@f445c9067d | 5 years ago | |
Tusker | 3 years ago | |
Tusker.xcodeproj | 3 years ago | |
Tusker.xcworkspace | 3 years ago | |
TuskerTests | 3 years ago | |
TuskerUITests | 3 years ago | |
.gitignore | 5 years ago | |
.gitmodules | 3 years ago | |
README.md | 3 years ago |
README.md
Tusker
Tusker is a WIP iOS app for Mastodon and Pleroma.
Installing for Development
Xcode 11 is required, macOS Mojave or later should work (only macOS Catalina is regularly tested).
- Clone the project:
git clone https://git.shadowfacts.net/shadowfacts/Tusker.git
- Change directory into the project:
cd Tusker
- Clone the submodules:
git submodule init && git submodule update
- Open
Tusker.xcworkspace
in Xcode. - Change the code signing identity to your own.
- Change the bundle identifier to something unique.
- Select a target in the Tusker scheme and build & run.