Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
advanc3dUA authored Oct 7, 2023
1 parent 69fa055 commit 59f880a
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
<img src="https://img.shields.io/badge/iOS-16.0%2B-blueviolet" alt="iOS Version">
<img src="https://img.shields.io/badge/Version-1.1-blue" alt="Game Version">
<img src="https://img.shields.io/badge/Version-1.2-blue" alt="Game Version">
<img src="https://img.shields.io/badge/License-MIT-source" alt="License">
</p>
<p align="center">
Expand Down Expand Up @@ -33,6 +33,7 @@ Check for available Hamburg apartments from Saga & Vonovia. Locate the apartment
- Get a notification when the new apartment appears and the application is not in the foreground of two types which could be selected in the options (system default for your push notifications or custom sound)
- You can pause the app (or shut it down) at night and on weekends and it won't drain the internet until the play button is tapped
- In the 1.1 version you can remove active providers on the fly
- In the 1.2 version you are able to select the application theme (dark or light) or leave it auto. In the last case, it will be the same as your selected system preference

---

Expand All @@ -44,17 +45,18 @@ Check for available Hamburg apartments from Saga & Vonovia. Locate the apartment

### How to install
> Attention: The application will work no longer than 7 days. After that, you have to reinstall it to resign (Apple's restriction for free Developer's accounts). If you don't have a Mac with Xcode or just want to deal with this 7-day restriction, find my contacts on my GitHub [home page](https://github.com/advanc3dUA) - I will try to help you.
1. Google how to join the Apple Developers Program with your Apple ID. There is no need for a paid account - free is fine. The only limitation in this case is that you have to reinstall the app every 7 days but it will take a few minutes.
1. Join the Apple Developers Program with your Apple ID. You don't need a paid account - free is fine. The only limitation in this case is that you have to reinstall the app every 7 days.
2. Go to preferences of Xcode - Account tab. Press "+" and add your Apple ID.
3. Clone the repository or press the green "Code" button at the top of this page and then "Download Zip". Unzip the downloaded file.
4. Open the project with the .xcworkspace file (double-click it).
5. In the File inspector (left side of XCode) select the "WohnungSuchen" project (first line) and select the "Signing & Capabilities" tab in the top center part of XCode. Set your account (select your Apple ID) and "Bundle Identifier". For "Bundle Identifier" any unique name is good but the more common way is the format "x.y" where x - is your reversed domain (e.g. "com.site" instead of "site.com") and y - is the name of the project. Example: ua.mysite.wohnungsuchen or com.younickname.wohnungsuchen.
6. Connect your iPhone with the cable and grant access to contact your Mac if needed.
7. Using your iPhone, open Settings - Privacy & Security - Turn on Developer Mode. You will be asked to restart your phone - do it.
8. Select your phone at the top of the screen of XCode where "Any iOS Device (arm64)" is currently set.
9. Press the play button in the top left of the XCode to install the app.
10. If the app WohnungSuchen successfully appears on your springboard, you can unplug the phone from the Mac.
11. On your phone, open Settings - General - VPN and Device Management. Tap on your Apple ID under the Developer App heading and allow the use of the app you have installed.
3. Recommended: download the latest stable version [here](https://github.com/advanc3dUA/WohnungSuchen/releases). Alternative: clone the repository or press the green "Code" button at the top of this page and then "Download Zip".
4. Unzip the downloaded file.
5. Open the project with the .xcworkspace file (double-click it).
6. In the File inspector (left side of XCode) select the "WohnungSuchen" project (first line) and select the "Signing & Capabilities" tab in the top center part of XCode. Set your account (select your Apple ID) and "Bundle Identifier". For "Bundle Identifier" any unique name is good but the more common way is the format "x.y" where x - is your reversed domain (e.g. "com.site" instead of "site.com") and y - is the name of the project. Example: ua.mysite.wohnungsuchen or com.younickname.wohnungsuchen.
7. Connect your iPhone with the cable and grant access to contact your Mac if needed.
8. Using your iPhone, open Settings - Privacy & Security - Turn on Developer Mode. You will be asked to restart your phone - do it.
9. Select your phone at the top of the screen of XCode where "Any iOS Device (arm64)" is currently set.
10. Press the play button in the top left of the XCode to install the app.
11. If the app WohnungSuchen successfully appears on your springboard, you can unplug the phone from the Mac.
12. On your phone, open Settings - General - VPN and Device Management. Tap on your Apple ID under the Developer App heading and allow the use of the app you have installed.

---

Expand All @@ -63,6 +65,10 @@ Check for available Hamburg apartments from Saga & Vonovia. Locate the apartment
<img src="https://github.com/advanc3dUA/WohnungSuchen/blob/main/WohnungSuchen/Logos/preview-1.png" alt= "project Logo" width="250">
<img src="https://github.com/advanc3dUA/WohnungSuchen/blob/main/WohnungSuchen/Logos/preview-2.png" alt= "project Logo" width="250">
</p>
<p align="center">
<img src="https://github.com/advanc3dUA/WohnungSuchen/blob/main/WohnungSuchen/Logos/preview-3.png" alt= "project Logo" width="250">
<img src="https://github.com/advanc3dUA/WohnungSuchen/blob/main/WohnungSuchen/Logos/preview-4.gif" alt= "project Logo" width="250">
</p>

---

Expand Down

0 comments on commit 59f880a

Please sign in to comment.