Commit graph

513 commits

Author SHA1 Message Date
Richard Larkin 5d5607a6b8 Removed outdated TODO which has been addressed 2016-12-14 13:57:06 +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
ZenCODE e6a24616fa doc: added sister project indication 2016-11-26 12:29:58 +02:00
ZenCODE b5d3d82973 doc: tweaked links 2016-11-26 12:27:17 +02:00
ZenCODE 8d7ce8d9ca doc: tweaked links 2016-11-26 12:25:22 +02:00
ZenCODE 382324fbcd doc: added info on recipes. refernces #180 2016-11-26 12:23:43 +02:00
Richard Larkin 6e545769a5 Merge pull request #231 from kivy/corrupt_down
This prevents the updating of the kivy-ios build state if the download extraction fails. This used to prevent re-downloading
2016-11-25 14:36:32 +02:00
Richard Larkin 51e3a5f0e2 Prevent saving of state on corrupt download
references #179
2016-11-25 14:25:22 +02:00
Richard Larkin dd58fcc959 doc: added build and configure information. references #226 2016-11-23 14:18:41 +02:00
Richard Larkin 2802db393c Merge branch 'master' of git://github.com/kivy/kivy-ios 2016-11-22 11:23:31 +02:00
Richard Larkin c0bb316672 Merge pull request #228 from gfyoung/template-nonrelative
Turn relative path to absolute path for kivy directory
2016-11-21 08:27:20 +02:00
gfyoung a4e69fc789 Turn relative path to absolute path for kivy directory 2016-11-20 21:19:25 -05:00
Richard Larkin 2ee01cf9e7 Merge pull request #227 from gfyoung/template-main-clean
Clean up main.m and toolchain.py
2016-11-21 02:11:57 +02:00
Richard Larkin cccf3d453c Merge branch 'master' of git://github.com/kivy/kivy-ios 2016-11-21 02:00:08 +02:00
gfyoung ec2a343795 Clean up fixes for main.m and toolchain.py 2016-11-19 00:04:06 -05:00
Richard Larkin 490b87206f Merge pull request #225 from bearnun/patch-2
Never had the issue, so cannot confirm it fixes, but can confirm it does not breaks anything. As it seems redundant anyway, lets do it :-)

Thanks
2016-11-19 01:07:10 +02: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 Larkin 36160651f9 Merge branch 'master' of git://github.com/kivy/kivy-ios 2016-11-09 23:32:42 +02:00
Richard Larkin 81121838c9 Merge pull request #204 from sighthoundinc/master
Update python loader to load from frameworks as well as main exe (i.e…
2016-11-09 23:28:49 +02:00
Richard Larkin 2b39d6d593 Merge branch 'master' of git://github.com/kivy/kivy-ios 2016-11-09 22:16:18 +02:00
Richard Larkin 2af64bb35e Merge pull request #222 from mrhdias/patch-1
The recipe don't download the archive.
2016-11-09 20:37:17 +02:00
Henrique Dias 5a07f17f86 The recipe don't download the archive.
If I try download the archive manually, this url "http://vorboss.dl.sourceforge.net/project/libpng/libpng16/1.6.24/libpng-1.6.24.tar.gz" redirect to "https://sourceforge.net/projects/libpng/files/"

...
Extract libpng
Extract libpng for i386
Traceback (most recent call last):
  File "./toolchain.py", line 1311, in <module>
    ToolchainCL()
  File "./toolchain.py", line 1082, in __init__
    getattr(self, args.command)()
  File "./toolchain.py", line 1106, in build
    build_recipes(args.recipe, ctx)
  File "./toolchain.py", line 974, in build_recipes
    recipe.execute()
  File "/Users/prrcarvalho/Development/kivy-ios-master/toolchain.py", line 585, in execute
    self.extract()
  File "/Users/prrcarvalho/Development/kivy-ios-master/toolchain.py", line 56, in _cache_execution
    f(self, *args, **kwargs)
  File "/Users/prrcarvalho/Development/kivy-ios-master/toolchain.py", line 621, in extract
    self.extract_arch(arch.arch)
  File "/Users/prrcarvalho/Development/kivy-ios-master/toolchain.py", line 625, in extract_arch
    dest_dir = join(build_dir, self.archive_root)
  File "/Users/prrcarvalho/Development/kivy-ios-master/toolchain.py", line 577, in archive_root
    value = self.get_archive_rootdir(self.archive_fn)
  File "/Users/prrcarvalho/Development/kivy-ios-master/toolchain.py", line 442, in get_archive_rootdir
    archive = tarfile.open(filename)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py", line 1673, in open
    return func(name, "r", fileobj, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py", line 1738, in gzopen
    fileobj = gzip.GzipFile(name, mode, compresslevel, fileobj)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py", line 94, in __init__
    fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 2] No such file or directory: '/Users/prrcarvalho/Development/kivy-ios-master/.cache/libpng-libpng-1.6.24.tar.gz'
2016-11-09 18:24:16 +00:00
Richard Larkin f5d0497961 Merge pull request #221 from gfyoung/bad-200-type-urlretrieve
Clean up temp files before urlretrieve
2016-11-09 20:06:37 +02:00
Richard Larkin 77d8d52e59 Merge pull request #209 from filipefigcorreia/libpng-recipe
New recipe for libpng
2016-11-09 20:00:57 +02:00
Richard Larkin cc2dfb4f13 Merge branch 'master' of git://github.com/kivy/kivy-ios 2016-11-09 14:08:46 +02:00
Richard Larkin 01a0c6a751 Merge pull request #214 from rnixx/fix_host_setuptools
Fix host setuptools
2016-11-08 10:03:40 +02:00
Richard Larkin d5ea3af078 Merge branch 'master' of git://github.com/kivy/kivy-ios 2016-11-08 08:38:59 +02:00
Richard Larkin aa804d107d Merge pull request #213 from bearnun/patch-1
Update doc to site cython version 0.23 instead of 0.21
2016-11-07 22:09:24 +02:00
Richard Larkin 00fdf3c60d Merge pull request #219 from kivy/std_out_fix
stdout fix for iOS 10 debugging
2016-11-07 19:38:06 +02: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
gfyoung 0cb7a8ff10 Clean up temp files before urlretrieve 2016-11-06 03:30:58 -05:00
Richard d4e3635802 Removed std out re-direction 2016-11-04 12:47:04 +02:00
Richard Larkin 3c209f2e86 Merge branch 'master' of git://github.com/kivy/kivy-ios 2016-10-31 14:17:54 +02:00
Macbook 51402e0520 Merge branch 'master' of git://github.com/kivy/kivy-ios 2016-10-24 08:47:47 +02:00
Robert Niederreiter 7cca79030a Avoid errors from setuptools if installed as egg with .pth mapping on subsequent package installs with hostpython 2016-10-14 16:46:33 +02:00
Robert Niederreiter e9ac3c9be7 Merge branch 'fix_host_setuptools' of github.com:rnixx/kivy-ios into fix_host_setuptools 2016-10-14 11:03:45 +02:00
Robert Niederreiter d79e7cf1a9 fix host_setuptools
reset kivy download url
2016-10-14 11:02:34 +02:00
Robert Niederreiter b810f31f76 reset kivy download url 2016-10-14 10:36:02 +02:00
Robert Niederreiter 73adae58c3 fix host_setuptools 2016-10-14 10:31:18 +02:00
Robert Niederreiter d6f2e3f8d2 merge kivy master 2016-10-12 15:23:51 +02:00
bearnun 654900d401 Update cython to 0.23 from 0.21
Because of "Kivy requires at least Cython version 0.23" from: https://kivy.org/docs/installation/installation.html
2016-10-04 18:39:56 -05:00
Filipe Correia 48761f778d Recipe for libpng. 2016-09-06 00:04:08 +01:00
dessant c7624becbd Merge pull request #206 from byrot/master
Fix missing parentheses at 2 lines in toolchain.py
2016-08-02 12:46:53 +03:00
Tomáš Jirotka 6ddb6fef49 Fix missing parentheses at 2 lines in toolchain.py 2016-08-02 10:22:07 +02:00
Richard Larkin e8a5a0595f Merge pull request #167 from lc-soft/master
add `flask` and `flask` depend recipes.
2016-08-01 08:25:12 +02:00
Liu Chao bbf6896423 add sed command for replace setuptools to distutils.core. 2016-07-30 10:52:11 +08:00
Liu Chao fcae0e45bc Merge remote-tracking branch 'upstream/master' 2016-07-29 15:14:27 +08:00
Richard Larkin 5189c8da79 Merge branch 'master' of https://github.com/lc-soft/kivy-ios 2016-07-28 12:37:36 +02:00
Richard Larkin 0f02ed793c doc: clarified clean command 2016-07-28 10:14:18 +02:00