From 805495fb8191aeef10cbffbbc94c70bdcc989c60 Mon Sep 17 00:00:00 2001 From: Patrick <50352812+Mueller-Patrick@users.noreply.github.com> Date: Fri, 12 Feb 2021 21:57:54 +0100 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cedbc79 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# DHBW-Service-App + +## Introduction +This is a project by two students of the Cooperative State University in Karlsruhe (DHBW Karlsruhe). +The goal is to develop a native iOS app providing easy and straightforward access to services like RaPla, Dualis and the canteen plan. + +Disclaimer: This project is not affiliated with the DHBW Karlsruhe + +## Build it yourself +As the app is not yet available on the App Store, you can build and install it yourself if you have a Mac with Xcode installed. +Just clone the repository, then open the project in Xcode and navigate to the project settings. In the target section, select +the iOS target. Then you have to select your own development team in the dropdown or create a new one. +If you completed these steps, you should be able to install a development version of the app on your own devices.