Commit graph

185 commits

Author SHA1 Message Date
Mathieu Virbel
31d10db8c7 update icon necessary for publication 2017-05-30 16:05:22 +02:00
Mathieu Virbel
91ecf0fe4a update Kivy to 1.10.0, and fixes import graphics issues. Closes #240 2017-05-14 17:54:14 +02:00
Mathieu Virbel
f1f62f20fb cythonize: prevent invalid replacement of global variables. Ref #240 2017-05-14 17:43:16 +02:00
Mathieu Virbel
04fd25237a Merge pull request #247 from cclauss/patch-1
Leverage set() to find unique items
2017-04-29 00:57:28 +02:00
cclauss
f4d44ac122 data = data.replace(pat, sub) 2017-04-14 02:41:48 +02:00
cclauss
51cafa738b Streamline replacement logic 2017-04-14 02:39:07 +02:00
cclauss
abf8d96adb Leverage set() to find unique items 2017-04-14 01:53:45 +02:00
Richard Larkin
cbb5d76832 Merge pull request #190 from cbenhagen/patch-4
mpath of a six module can be an empty list
2016-11-26 16:35:33 +02:00
gfyoung
a4e69fc789 Turn relative path to absolute path for kivy directory 2016-11-20 21:19:25 -05:00
gfyoung
ec2a343795 Clean up fixes for main.m and toolchain.py 2016-11-19 00:04:06 -05:00
bearnun
fd6829e980 Remove $(SDKROOT)/ResourceRules.plist
When I attempt to push my app to the app store, having the resource rules path populated causees this error: 

ERROR ITMS-90339: "This bundle is invalid. The Info.plist contains an invalid key 'CFBundleResourceSpecification' in bundle mingyu [mingyu.app]"

According to this post...: http://stackoverflow.com/questions/32504355/error-itms-90339-this-bundle-is-invalid-the-info-plist-contains-an-invalid-ke

...Deleting the code signing path solves the issue.  This does in fact resolve the above error and I am able to push my app to the app store if I do this. So, I am proposing it be changed in the toolchain as well.
2016-11-16 11:39:31 -06:00
Richard
d661336935 Removed test line 2016-11-06 14:47:55 +02:00
Richard
f48f66363c Added corrected check for KIVY_NO_CONSOLE flag 2016-11-06 14:46:31 +02:00
Richard
d4e3635802 Removed std out re-direction 2016-11-04 12:47:04 +02:00
Richard Larkin
c613068e5b Added comments on orientation control 2016-06-24 11:56:00 +02:00
Ben Hagen
73657fe3b1 mpath of a six module can be an empty list 2016-05-02 22:00:36 +02:00
Joe deBlaquiere
29b4aeec5e cleanup; builds for xcode 6 and 7 2015-11-01 15:27:21 -05:00
Joe deBlaquiere
6443c155f1 build hostpython using MacOS libffi instead of cross-compiled ffi 2015-10-27 13:29:22 -04: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
Mathieu Virbel
ec5fad1680 templates: fix to include framework paths of user-downloaded frameworks 2015-08-07 22:57:04 +02:00
Michael Howitz
01a15fd9f4 Jinja2 requires MarkupSafe at runtime, so add it, too. 2015-05-11 14:36:15 +02:00
Mathieu Virbel
c383263858 template: fix codesign resourcerules missing when building ipa 2015-03-07 22:14:10 +01:00
Mathieu Virbel
e8cca46c33 add jinja2 as embedded/external dependencies 2015-03-06 10:47:32 +01:00
Mathieu Virbel
981b4cabf1 remove all previous tools scripts 2015-03-06 10:42:32 +01:00
Mathieu Virbel
3411cd89f9 templates: don't include any library / framework in the default template, the toolchain will fill the blank with update. 2015-02-24 12:01:37 +01:00
Mathieu Virbel
e51be2eec8 toolchain: handle addition of frameworks/libraries within the Xcode project depending of the compiled recipes.
Done automatically during the creation time, or use the update command
2015-02-23 11:34:36 +01:00
Mathieu Virbel
f912e9bd59 toolchain: add binaryornot and prevent yaml import in cookie cutter 2015-02-18 03:01:06 +01:00
Mathieu Virbel
8e9ee1a1f1 toolchain: ensure sdl2 audio will be selected 2015-02-15 16:19:12 +01:00
Mathieu Virbel
9cb199652f toolchain: create new Xcode template, based on cookie cutter tempting system. 2015-02-14 13:05:54 +01:00
Mathieu Virbel
34c812dbda cythonize: fix recursive find issue due to a missing replacement with Python 2015-02-12 00:52:16 +01:00
Mathieu Virbel
3a2935f106 (whip) update environment to reflect the path of the new host python. This is temporary until the toolchain supports populate-project.sh. 2015-02-11 12:54:58 +01:00
Mathieu Virbel
456259f912 python/kivy: correctly install both of them into the dist/root 2015-02-09 23:34:02 +01:00
Mathieu Virbel
55345e1cae ensure that no ARCHFLAGS/CFLAGS/LDFLAGS from the user will be used. Ref: #109 2015-01-10 18:41:48 +01:00
Mathieu Virbel
3b45583353 Merge pull request #103 from schemacs/master
Add quotes to avoid shell expansion
2014-11-24 13:58:24 +01:00
Mathieu Virbel
a96f38ea77 Merge pull request #108 from kivy/support-numpy
Numpy support / recipe
2014-11-24 03:31:02 +01:00
Mathieu Virbel
9fd1190491 Merge pull request #105 from arcticshores/custom-kivy-repo
Allow customisation of kivy repo with env var KIVY_REPO.
2014-11-24 02:57:45 +01:00
Mathieu Virbel
c2c552e7a9 numpy: first pass to supports numpy
Numpy requires severals requirements:
- It absolutely requires unittest, that was deleted before
(reduce-python.sh)
- It requires future_builtins (ModuleSetup)
- Deduplication of symbols now can merge multiple .a for easier
management in Xcode (tools/environments.sh)
- Avoid passing specific linker parameters to ar (-Wl ignored in
tools/liblink).

Numpy itself have few patch for:
- force endianess to be little, using directly endian.h leads to
detection error during the build process.
- force not BLAS to be built, Accelerate framework already have it
- rework the dependencies relation for lapack_lite and _umath_linalg,
to prevent duplicate symbols and force compilation of necessary module
/ missing symbols.
2014-11-24 02:56:38 +01:00
Mathieu Virbel
eb12e12491 add missing bridge templates 2014-11-24 02:56:09 +01:00
Safe Hammad
4a9caa0846 Allow customisation of kivy repo with env var KIVY_REPO. 2014-11-07 10:54:16 +00:00
Lele Long
1c06b09a6f Add quotes to avoid shell expansion 2014-11-03 00:06:24 +08:00
Mathieu Virbel
2f8d7c0c26 Merge pull request #101 from matafc/xcode6-libffi
Fixes #100
2014-09-30 02:14:19 +02:00
Mathieu Virbel
d8ee195830 Merge pull request #80 from olliwang/python3
Update print and open file statements for Python3 compatibility.
2014-09-29 22:04:49 +02:00
Mathieu Virbel
54347f6d8a Merge pull request #91 from Zen-CODE/add_openssl
Add optional openssl support
2014-09-29 22:04:26 +02:00
Mathieu Virbel
baeaf47f82 Merge pull request #94 from thopiekar/master
Some little additions
2014-09-29 22:03:56 +02:00
Mathieu Virbel
4b9ae3609a Merge pull request #96 from trivedigaurav/patch-3
Fix typo
2014-09-29 22:03:37 +02:00
Frank Mata
e5a70bb6fb Change "-miphoneos-version-min=4.0" to "-miphoneos-version-min=6.0" in generate-ios-source-and-headers.py for libffi-3.0.13 2014-09-25 21:57:23 -07:00
gtrivedi
145e77bf81 Added build-plyer.sh 2014-08-09 18:27:46 -04:00
gtrivedi
f485f0bbde Added plyer build script 2014-08-09 18:25:16 -04:00