Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove python scripts/dependencies from iOS directory #6009

Merged
merged 3 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 5 additions & 23 deletions ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,30 +80,12 @@ Once done all screenshots should be saved under `ios/Screenshots` folder.

### Localizations

#### Update localizations from source
The iOS app does not yet have translations.

Run the following command in terminal:

```
python3 update_localizations.py
```

#### Locking Python dependencies

1. Freeze dependencies:

```
pip3 freeze -r requirements.txt
```

and save the output into `requirements.txt`.


2. Hash them with `hashin` tool:

```
hashin --python 3.7 --verbose --update-all
```
There was a script in the past to help with translations, but it was removed.
Whenever we want to start adding translations for real, this script can be
resurrected from the git history if we deem it to be the best path forward.
Look for `ios/requirements.txt`.

## Icons and assets

Expand Down
42 changes: 0 additions & 42 deletions ios/requirements.txt

This file was deleted.

194 changes: 0 additions & 194 deletions ios/update_translations.py

This file was deleted.

Loading