Commit graph

783 commits

Author SHA1 Message Date
Mathieu Virbel 7baf869fac add hostpython3 recipe 2018-10-31 11:34:51 +01:00
Mathieu Virbel a732b7526a remove about quiet 2018-10-30 17:05:59 +01:00
Mathieu Virbel 5686d556a5 Merge branch 'master' of github.com:kivy/kivy-ios 2018-10-30 15:01:21 +01:00
Mathieu Virbel 5a8b47ec19 update to SDL2 2.0.8, dont use the special branch anymore. Tested on iPAD with iOS 9 2018-10-30 14:59:29 +01:00
Mathieu Virbel 9bd149335c fix missing pbx framework for latest sdl2 2018-10-30 14:57:51 +01:00
Mathieu Virbel 09b60bd31b
Merge pull request #303 from kivy/akshayaurora-patchkivy-1
Update Kivy version to 1.10.1
2018-10-29 10:56:14 +01:00
Akshay Arora d6835dd826
Update __init__.py 2018-10-29 15:13:10 +05:30
Mathieu Virbel 5311f0c098 fixes requirements, remove mod_pbxproj and use up to date mod_pbxproj to handle tbd files 2018-10-28 22:07:10 +01:00
Mathieu Virbel 8e1960f28c update xcodeproj generation, use latest mod_pbxproj project to be able to handle tbd files, and fixes issues about code signing when the frameworks are added in Embed Frameworks. 2018-10-28 16:24:54 +01:00
Mathieu Virbel 98c487fd07 update README.rst 2018-10-28 16:24:11 +01:00
Mathieu Virbel 3f262e6549 fix hostpython openssl inclusion, and cxxsh 2018-10-28 13:18:54 +01:00
Mathieu Virbel 6ffd07ab06 print recipes in order 2018-10-28 12:14:35 +01:00
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
Akinwale Ariwodola 1693c94a71
Merge pull request #1 from lbryio/ios-build-experiment
Update to Python 2.7.13 and add recipes required for lbry
2018-06-02 21:35:57 +01:00
Akinwale Ariwodola 839307bb75 tweaks for cffi and python recipes 2018-06-02 21:17:35 +01:00
Akinwale Ariwodola a1a7ae7d54 Add all the things to make lbrynet daemon build 2018-06-02 09:39:18 +01:00
Akinwale Ariwodola 45b97ea28e Python 2.7.13 support based on https://github.com/kivy/kivy-ios/pull/242 2018-06-01 10:44:31 +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