From 1e066ac28edd36b5b19493eeffc0c59392a87ba2 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 6 Jan 2020 20:35:11 -0500 Subject: [PATCH] Add installation instructions to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b9f4114d..fad1b1c1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # 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). + +1. Clone the project: `git clone https://git.shadowfacts.net/shadowfacts/Tusker.git` +2. Change directory into the project: `cd Tusker` +3. Clone the submodules: `git submodule init && git submodule update` +4. Open `Tusker.xcworkspace` in Xcode. +5. Change the code signing identity to your own. +6. Change the bundle identifier to something unique. +7. Select a target in the Tusker scheme and build & run.