Commit graph

7 commits

Author SHA1 Message Date
Andre Miras
56431b6922 Moving to dedicated kivy_ios/ package directory
- updates all imports to prefix kivy_ios
- adds basic `setup.py` file
- adds a simple `toolchain.py` to the root folder for compat

Makes it possible to install kivy-ios from PyPI:
```
pip install kivy-ios
toolchain --help
```
Note the `rebuild_updated_recipes.py` is expected to fail as we
moved all the recipes.

This is a working, but unperfect iteration that come with limitations
we would address in subsequent pull requests, such as:
- the new usage is not yet documented
- CI is not testing the source distribution creation and install
- Continuous Delivery to PyPI is not in place
- `toolchain` binary is a bit too generic name
- we're still vendoring things under `tools/`
2020-05-03 23:29:41 +02:00
Mathieu Virbel
f288af58d5 launchimage: sips is broken, code using Pillow
sips issues:
- -Z apply on the destination
- -p doesn't work anymore
- --padColor is ignored

Reimplementation using Pillow also allow us to detect the lower/left pixel to determinate background color
of the launchimages.
2019-09-29 12:00:07 +02:00
Mathieu Virbel
f8916b95f5 supports assets for Xcode 10.3 2019-09-22 19:54:37 +02:00
Mathieu Virbel
31d10db8c7 update icon necessary for publication 2017-05-30 16:05:22 +02:00
Mathieu Virbel
51f4844c32 toolchain: dont provide car icon in the xcassets, otherwise we will hit an submission issue: Error ITMS-9000: Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon120x120' 2015-08-28 12:25:16 +02:00
Mathieu Virbel
ebe6f551ec toolchain: add icon generation support, similar to launch image 2015-08-14 02:51:48 +02:00
Mathieu Virbel
96fee4f7da toolchain: new command to generate launch image on a project 2015-08-14 02:32:11 +02:00