Skip to content

Commit 8b1fff4

Browse files
Made EXE Fixed REadME
1 parent 8f73b8b commit 8b1fff4

17 files changed

+21527
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
1+
Here's the corrected and final version of your `README.md` with proper formatting, fixed code blocks, and your local screenshot path updated to a GitHub-friendly relative path (`screenshots/ui.png`). Just copy and paste this into your `README.md` file on GitHub:
22

33
---
44

5-
### 📄 `README.md`
5+
### ✅ Final `README.md`
66

77
```markdown
88
# 🧭 iOS Safari Remote Debugger GUI
@@ -34,7 +34,8 @@ This tool allows you to:
3434
- Python 3.7+
3535
- Pip packages: `requests`, `beautifulsoup4`
3636

37-
> You can install the requirements using:
37+
You can install the requirements using:
38+
3839
```bash
3940
pip install requests beautifulsoup4
4041
```
@@ -44,12 +45,14 @@ pip install requests beautifulsoup4
4445
## 🛠️ Setup
4546

4647
1. Clone this repository:
48+
4749
```bash
48-
git clone https://github.com/yourusername/ios-safari-debugger-gui.git
50+
git clone https://github.com/longkidkoolstar/ios-safari-debugger-gui.git
4951
cd ios-safari-debugger-gui
5052
```
5153

5254
2. Run the GUI:
55+
5356
```bash
5457
python main.py
5558
```
@@ -73,20 +76,18 @@ python main.py
7376

7477
```
7578
.
76-
├── main.py # The main application file
77-
├── README.md # This file
79+
├── main.py # The main application file
80+
├── README.md # This file
81+
├── screenshots/
82+
│ └── ui.png # Screenshot of the GUI
7883
└── .ios_safari_debugger.ini # Auto-generated config file (saves WebKit path)
7984
```
8085

8186
---
8287

8388
## 📸 Screenshots
8489

85-
> *(You can include screenshots here by uploading images to the repo and referencing them like below)*
86-
87-
```
8890
![Main UI](screenshots/ui.png)
89-
```
9091

9192
---
9293

@@ -106,7 +107,6 @@ This project is licensed under the MIT License. See the `LICENSE` file for more
106107
## 🙏 Credits
107108

108109
Built by [longkidkoolstar](https://github.com/longkidkoolstar). Inspired by Apple's WebKit DevTools and the desire for a simple UI to debug iOS Safari.
109-
110110
```
111111
112112
---

0 commit comments

Comments
 (0)