Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit a2ac100

Browse files
committed
Removed a note that said the project contained a cookiecutter.
1 parent 6f79c69 commit a2ac100

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ Python.framework
22
================
33

44
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.
5+
into an iOS project.
66

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.
7+
It works by downloading, patching, and building a fat binary static libffi.a
8+
and libPython.a, and packaging them both in iOS Framework format.
109

1110
The binaries support the `$(ARCHS_STANDARD_32_BIT)` set - that is, armv7 and
1211
armv7s. This should enable the code to run on iPhone 3GS, 4, 4s, 5 and 5s.

0 commit comments

Comments
 (0)