Skip to content

Commit

Permalink
Remove iconizer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Sep 15, 2023
1 parent 9fa9210 commit 43fb27f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 151 deletions.
23 changes: 0 additions & 23 deletions Tools/Scripts/README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
# Scripts

## Iconizer
Generates all app icon variants from one single .pdf file.

Usage:
```
sh iconizer.sh ../ElementX/Supporting\ Files/AppIcon.pdf ../ElementX/Supporting\ Files
```

## Localizer
Generates all app localization files and imports them to the project, by downloading strings from [element-android](https://github.com/vector-im/element-android/tree/develop/vector/src/main/res) and converting them to `strings` and `stringsdict` files.

Usage:
```
./localizer.py
```

## Boot Test Simulator
Boots a desired simulator and makes status bar overrides on that.

Usage:
```
./bootTestSimulator.py 'iPhone 13 Pro Max'
```
## Create screen templates
New screen flows are currently using the MVVM-Coordinator pattern. Run [Tools/Scripts/createScreen.sh](Tools/Scripts/createScreen.sh) to create a new screen and all its required dependencies.

Expand Down
128 changes: 0 additions & 128 deletions Tools/Scripts/iconizer.sh

This file was deleted.

0 comments on commit 43fb27f

Please sign in to comment.