Mathieu Virbel
8b463f7c88
fixes missing symbol on subprocess.
...
Fixes #361
Fixes #372
2019-09-22 23:30:37 +02:00
richard
85263a773b
Fix inabililty to find included modules
2019-09-16 15:46:31 +02:00
Kjell Wooding
c7e7b0f403
re-add PYTHONOPTIMIZE to properly parse .pyo files (at @tito's suggestion)
2019-01-16 23:17:51 -05:00
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
Mathieu Virbel
eb12e12491
add missing bridge templates
2014-11-24 02:56:09 +01:00
ivpusic
5df6c725a9
updated project template. Also updated script for building pyobjus. Script now copy bridge.m/h files to templates dir, so they can be included by default as some start template for new projects. It contains code for accelerometer
2013-09-04 01:53:33 +02:00
ivpusic
4fae87d527
updated project template
2013-08-27 14:00:29 +02:00
ivpusic
612d0925c7
updated template project. Added libffi.a and libpyobjus to link with binaries section
2013-08-26 23:22:49 +02:00
Mathieu Virbel
da698b29a6
ios bootstrap: if we dont detect xcode environment, fake stdout/stderr to not crash on print, Logger, and anything that could use sys.stdout/err.
2013-04-26 12:13:23 +02:00
Mathieu Virbel
cc4577186a
force setting to not strip the product on installation (STRIP_INSTALLED_PRODUCT = NO)
2013-04-15 15:35:01 +02:00
Mathieu Virbel
bca88cbb8d
fix DEBUG -> ifndef. condition was inverted ?!!!!
2013-04-15 15:28:02 +02:00
Mathieu Virbel
4fbea35e17
allow "tex" image loader by default, and add DEBUG=1 for showing the log in the console, only in debug mode.
2013-03-08 00:07:55 +01:00
Mathieu Virbel
d56d94f74e
fixes iphone5 deployment: when you connect an iphone5, xcode said that the active architecture is armv7s. We compile only for armv7. armv7s is not in our valid architecture list, and we would need to change the toolchain too for that.
2013-02-12 04:12:34 +01:00
Mathieu Virbel
cc2051fd0d
fix compilation warning in main.m
2013-02-11 21:34:03 +01:00
Mathieu Virbel
803803b2b1
fix builtin importer headers + fallback on the "normal" module
2013-01-23 02:03:57 +01:00
Mathieu Virbel
c96e9f72f2
ios: fix warning from the recent CustomBuiltinImporter
2013-01-13 01:46:14 +01:00
Mathieu Virbel
92f38fe2d7
fix builtin module conflict
...
Now all the cythonized modules are rewrite with a mangled name of
package + module name. This avoid symbol conflict if you have the same
module.so as another library (for example, audiostream.sources.thread
and python thread.so was in conflict).
Then, a custom builtin importer is loaded before the application start,
and when you will want to import audiostream.sources.thread, if will
import builtin audiostream_sources_thread.
kivy/ios/lxml/audiostream recipes are impacted. A full rebuild is
needed.
2013-01-05 12:17:52 +01:00
Mathieu Virbel
e477068654
add sqlite3 support by default. closes #23
2012-10-28 02:59:17 +02:00
Mathieu Virbel
128b3ed816
read orientations values from the Info.plist
2012-10-15 12:40:01 +02:00
Mathieu Virbel
0ca8489393
SDL: fix changes from the newer hg SDL version, libSDL.a -> libSDL2.a
2012-10-15 00:23:28 +02:00
Joseph Hager
f32d0c99a4
Add a build phase that automatically calls populate-project for the user.
2012-04-17 20:58:40 -04:00
Joseph Hager
18687fb762
Determine the correct SDK and DEVROOT programmatically.
2012-04-17 15:49:42 -04:00
Mathieu Virbel
41161740d2
update template to include libios by default
2012-03-12 18:14:04 +01:00
Mathieu Virbel
e6ae3dc0ed
update template to fix import path + reworked embed include for python (import site need pyconfig.h only)
2012-03-11 17:22:45 +01:00
Mathieu Virbel
6c6ad6bf7c
remove include in package + fix code sign to iphone developer by default
2012-03-11 01:54:25 +01:00
Mathieu Virbel
6b024f796e
fix creation/populate of app
2012-03-09 02:46:16 +01:00
Mathieu Virbel
b75b93f6aa
move all to src
2012-03-08 18:08:11 +01:00