kivy-ios/tools/templates
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
..
template.xcodeproj add sqlite3 support by default. closes #23 2012-10-28 02:59:17 +02:00
icon.png fix creation/populate of app 2012-03-09 02:46:16 +01:00
main.m fix builtin module conflict 2013-01-05 12:17:52 +01:00
template-Info.plist move all to src 2012-03-08 18:08:11 +01:00