We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34f3d8 commit 599914cCopy full SHA for 599914c
1 file changed
README.md
@@ -49,14 +49,21 @@ pip3 install https://github.com/T-Dynamos/materialyoucolor-python/archive/master
49
50
```
51
52
-### Usage with Android (kivy's buildozer)
+#### Android (using kivy's [`buildozer`](https://github.com/kivy/buildozer))
53
54
Ensure these lines in `buildozer.spec`:
55
```python
56
requirements = materialyoucolor
57
p4a.branch = develop
58
59
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
67
## Usage examples
68
<details>
69
<summary> Click to show </summary>
0 commit comments