Commit graph

767 commits

Author SHA1 Message Date
Mathieu Virbel b73c520923 put CFLAGS into CC to prevent issue during ./configure. ref #301 2018-10-28 12:01:15 +01:00
Mathieu Virbel 97a5e399bf fixes libffi for xcode 10 2018-10-27 18:51:07 +02:00
Mathieu Virbel 5a60fa58fe fixes hostlibffi for latest xcode (removes 32 bits compilation unsupported by xcode, and fixes cache issues within xcode) 2018-10-27 16:21:15 +02:00
Peter Badida aa01292d81
Add explicit AttributeError for mod_pbxproj._printNewXCodeFormat
In case issue similar to #295 appears again.
2018-07-18 22:50:15 +02:00
Gabriel Pettier 0509c8c0d6
Merge pull request #295 from cruor99/master
Fix typo in mod_pbxproj.py
2018-07-18 15:26:31 +02:00
Cruor99 ea82e43587 Fix typo in mod_pbxproj.py 2018-07-18 13:44:56 +02:00
Akshay Arora bce521ef9b
Merge pull request #276 from cruor99/fix-utf8-error-on-output
Fix unicode error introduced in latest macOS
2018-07-11 05:57:50 +05:30
Akshay Arora 9db9b6991f
Merge pull request #280 from zenvarlab/master
Fix some little bugs in toolchain command line + add python 3 support
2018-07-11 05:56:27 +05:30
Akshay Arora 624593b167
Merge pull request #287 from LarsDu/master
Added kivent_core and cymunk recipes
2018-07-11 05:42:28 +05:30
Gabriel Pettier 8732aae479
Merge pull request #288 from charlesbaynham/master
Add recipe for pykka
2018-06-18 16:42:47 +02:00
Charles Baynham 2674fc4ac0 Add recipe for pykka 2018-06-14 16:37:41 +01:00
Lawrence Du 71928646a2 Added kivent_core and cymunk recipes. Added *~ to .gitignore. Fixed a typo in kivent_core/__init__.py imports. 2018-05-23 09:41:09 -07:00
Lawrence Du c3af68ad99 Added contact info to cymunk recipe 2018-05-23 09:25:52 -07:00
Lawrence Du 4eca2c46b1 Added kivent_core and cymunk recipes. Added *~ to .gitignore to prevent pushing emacs temporary files. 2018-05-23 09:23:21 -07:00
amru rosyada 2c9e28f416 add python 3 support detection, in case using python 3 in venv 2018-03-17 12:04:20 +07:00
amru rosyada 4fec0f68ff fixing error TypeError: 'dict_keys' object is not subscriptable 2018-03-17 06:16:29 +07:00
amru rosyada b96498a9b4 fix error when call recipe list "toolchain.py recipes" 2018-03-17 06:11:56 +07:00
Learn Leap Fly 9ab06cf477
Merge pull request #1 from learnleapfly/merge-upstream
Merge upstream - 20180129
2018-01-29 14:13:50 -05:00
Cruor99 ac5c67e748 Fix unicode error introduced in latest macOS 2017-12-10 15:56:08 +01:00
Akshay Arora 822c712956
Merge pull request #268 from tonibagur/xcode9_osx10_12
Fixing compilation problems on osx 10.12 with xcode 9.
2017-11-09 23:19:53 +05:30
Richard 22763cb5bd doc: Updated the readme to list available commands 2017-10-25 16:10:15 +02:00
toni de7abcbb59 Fixing compilation problems on osx 10.12 with xcode 9.
*Important Note:
When the xcode project is created, in order to get kivy working you have to manually add the following framewors:
- CoreMotion
- libz
- libsqlite3
2017-10-09 11:28:22 +02:00
Peter Badida 535abf0e6b Update copyright year 2017-08-11 21:42:36 +02:00
Akshay Arora d662d3dfd4 Merge pull request #255 from shivan1b/customize-window-size
Make webview window size customizable
2017-06-05 16:48:21 +05:30
Shivani Bhardwaj c212f02167 Make webview window size customizable
Webview window size can now be passed as a parameter to `open` function of IOSWebview.
2017-06-05 14:31:44 +05:30
Mathieu Virbel 7ab642c65d add help for pip 2017-05-30 16:07:13 +02:00
Mathieu Virbel c09a150f56 Merge branch 'master' of github.com:kivy/kivy-ios 2017-05-30 16:06:05 +02:00
Mathieu Virbel 35cd3f738b rework pip to use --prefix and --isolated, instead of the variable env 2017-05-30 16:05:54 +02:00
Mathieu Virbel 31d10db8c7 update icon necessary for publication 2017-05-30 16:05:22 +02:00
Mathieu Virbel 54b9a0dad6 Merge pull request #249 from kived/concurrent-build
add concurrent make, xcodebuild, gzip/bzip2
2017-05-19 13:52:11 +02:00
Mathieu Virbel e56b6dc8bd Merge branch 'master' of github.com:kivy/kivy-ios 2017-05-14 20:39:29 +02:00
Mathieu Virbel 819fa05712 fixes ipv6 for python (tested with ipv4/ipv6 + http/https). Closes #218 2017-05-14 20:39:16 +02:00
Mathieu Virbel a21afd2fa1 Merge pull request #250 from kivy/kivy_1.10.0
Update to kivy 1.10.0 [WIP]
2017-05-14 17:55:14 +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 7d806ee23f Merge branch 'master' of github.com:kivy/kivy-ios 2017-05-14 17:46:16 +02:00
Mathieu Virbel f1f62f20fb cythonize: prevent invalid replacement of global variables. Ref #240 2017-05-14 17:43:16 +02:00
Akshay Arora 9dc04610e8 Merge pull request #243 from shivan1b/add-webview
Add webview
2017-05-14 09:59:36 +05:30
Richard Larkin 5979bcb40c Update to kivy 1.10.0 2017-05-11 07:58:16 +02:00
Ryan Pessa 0239bde32d add concurrent make, xcodebuild, gzip/bzip2 2017-05-01 23:12:46 -07:00
Mathieu Virbel 450d8ec4bf force toolchain to use python2, as mod_pbxproj is not compatible with python3 yet. See https://github.com/kronenthaler/mod-pbxproj/issues/101 2017-05-01 14:31:54 +02:00
Mathieu Virbel 0ab3c98e6a prevent usage of ftp, not reliable enough. 2017-05-01 14:03:28 +02:00
Mathieu Virbel cdf664d9bf fixes python3 issue on osx. Closes #224 2017-04-29 17:51:42 +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
Mathieu Virbel 829126bf70 Merge pull request #248 from cclauss/patch-2
Streamline replacement logic
2017-04-29 00:54:09 +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 d8117c1813 Merge pull request #245 from d0mj/recipe-bumps
Bump openssl version to 1.0.2k.
2017-04-05 09:58:27 +02:00
Dominik Jochym c5dab82a64 Bump openssl version to 1.0.2k. 2017-03-13 21:06:35 +00:00
Shivani Bhardwaj 399694e0df Add class IOSWebView and wrapper functions 2017-02-27 18:15:20 +05:30