We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f79c69 commit a2ac100Copy full SHA for a2ac100
README.rst
@@ -2,11 +2,10 @@ Python.framework
2
================
3
4
This is a meta-package for building a version of Python that can be embedded
5
-into an iOS project, and a cookiecutter template for such a project.
+into an iOS project.
6
7
-It works by downloading, patching, and building a static
8
-libffi.a and libPython.a, and packaging them both in fat-binary iOS Framework
9
-format.
+It works by downloading, patching, and building a fat binary static libffi.a
+and libPython.a, and packaging them both in iOS Framework format.
10
11
The binaries support the `$(ARCHS_STANDARD_32_BIT)` set - that is, armv7 and
12
armv7s. This should enable the code to run on iPhone 3GS, 4, 4s, 5 and 5s.
0 commit comments