Kjell Wooding
8c7b619883
don't delete .py files (for now)
2019-01-12 23:40:16 -05:00
Mathieu Virbel
271e235927
add include directory as a reference into the xcode template + force 64 bits archs by default.
...
Closes #328
Closes #330
Closes #333
2019-01-10 20:43:13 +01:00
Mathieu Virbel
679fc62256
cookiecutter: fix tests for python2
2018-11-16 15:24:19 +01:00
Mathieu Virbel
6f295fd23f
xcode: remove old include that is not needed anymore
2018-11-16 10:35:50 +01:00
Mathieu Virbel
9ad9abf9b6
fix cookiecutter project for python3
2018-11-09 18:48:08 +01:00
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
91ecf0fe4a
update Kivy to 1.10.0, and fixes import graphics issues. Closes #240
2017-05-14 17:54:14 +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
Mathieu Virbel
ec5fad1680
templates: fix to include framework paths of user-downloaded frameworks
2015-08-07 22:57:04 +02:00
Mathieu Virbel
c383263858
template: fix codesign resourcerules missing when building ipa
2015-03-07 22:14:10 +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
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