Skip to content

Commit bd59208

Browse files
authored
Chore: Cleanup root directory (#189)
* refactor(git-blame): remove `.git-blame-ignore-revs` file * chore(docs): remove HOSTING_SETUP.md documentation
1 parent c1a43ef commit bd59208

16 files changed

+13
-463
lines changed

.git-blame-ignore-revs

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dsa_pub.pem # Public key (safe to commit if needed)
8787
codesign*
8888
*.bak
8989
*.backup
90-
90+
*.provisionprofile
9191

9292
# Release artifacts (keep in build/ folder)
9393
# Uncomment these if you want to commit release artifacts:

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please be respectful to maintainers and disclose AI assistance.
2929

3030
2. Run the setup script to install tools, configure git hooks, and generate the Xcode project:
3131
```bash
32-
./setup.sh
32+
./scripts/setup.sh
3333
```
3434

3535
3. Open in Xcode and build:
@@ -42,7 +42,7 @@ Please be respectful to maintainers and disclose AI assistance.
4242

4343
### Formatting & Linting
4444

45-
Code formatting and linting are automatically enforced via git hooks (installed by `./setup.sh`):
45+
Code formatting and linting are automatically enforced via git hooks (installed by `./scripts/setup.sh`):
4646

4747
- **SwiftFormat**: Handles code formatting
4848
- **SwiftLint**: Enforces coding standards
@@ -176,7 +176,7 @@ Ora uses [Sparkle](https://sparkle-project.org/) for automatic updates. All buil
176176
```bash
177177
brew install --cask sparkle
178178
./setup-sparkle-tools.sh
179-
./setup-sparkle.sh
179+
./scripts/setup-sparkle.sh
180180
```
181181
This generates DSA keys in `build/` directory.
182182

@@ -187,7 +187,7 @@ Ora uses [Sparkle](https://sparkle-project.org/) for automatic updates. All buil
187187

188188
4. **Create a release:**
189189
```bash
190-
./create-release.sh 0.0.2 build/dsa_priv.pem
190+
./scripts/create-release.sh 0.0.2 build/dsa_priv.pem
191191
```
192192
This builds, signs, and prepares release files in `build/`.
193193

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ See the [Wiki](https://github.com/the-ora/browser/wiki) for comprehensive docume
7070
```bash
7171
git clone https://github.com/the-ora/browser.git
7272
cd browser
73-
./setup.sh
73+
./scripts/setup.sh
7474
```
7575

7676
2. Open and build:

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Ora Browser uses Ed25519 cryptographic keys to sign and verify app updates for s
1919
### Setup Process
2020
1. **First machine**: Keys auto-generated and saved appropriately
2121
2. **Additional machines**: Copy `.env` file from first machine
22-
3. **Release process**: `./create-release.sh` handles key management automatically
22+
3. **Release process**: `./scripts/create-release.sh` handles key management automatically
2323

2424
### Security Notes
2525
- `.env` is in `.gitignore` - it will never be committed
@@ -29,7 +29,7 @@ Ora Browser uses Ed25519 cryptographic keys to sign and verify app updates for s
2929

3030
## 🔍 Security Checks
3131

32-
Run `./check-security.sh` to verify:
32+
Run `./scripts/check-security.sh` to verify:
3333
- Private key exists but is not tracked by git
3434
- Public key is available for app integration
3535
- `.gitignore` properly excludes sensitive files

docs/HOSTING_SETUP.md

Lines changed: 0 additions & 286 deletions
This file was deleted.

0 commit comments

Comments
 (0)