Commit graph

12 commits

Author SHA1 Message Date
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