Skip to content

Commit 599914c

Browse files
authored
Add instructions for IOS
1 parent b34f3d8 commit 599914c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,21 @@ pip3 install https://github.com/T-Dynamos/materialyoucolor-python/archive/master
4949

5050
```
5151

52-
### Usage with Android (kivy's buildozer)
52+
#### Android (using kivy's [`buildozer`](https://github.com/kivy/buildozer))
5353

5454
Ensure these lines in `buildozer.spec`:
5555
```python
5656
requirements = materialyoucolor
5757
p4a.branch = develop
5858
```
5959

60+
#### IOS (using kivy's [`kivy-ios`](https://github.com/kivy/kivy-ios))
61+
62+
Install latest version of kivy-ios and use as:
63+
```console
64+
toolchain build materialyoucolor
65+
```
66+
6067
## Usage examples
6168
<details>
6269
<summary> Click to show </summary>

0 commit comments

Comments
 (0)