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

Commit 34bb267

Browse files
committed
Updated README to better describe the project and supported versions.
1 parent a2ac100 commit 34bb267

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

README.rst

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Python.framework
2-
================
1+
Python iOS Support
2+
==================
33

44
This is a meta-package for building a version of Python that can be embedded
55
into an iOS project.
@@ -8,10 +8,29 @@ It works by downloading, patching, and building a fat binary static libffi.a
88
and libPython.a, and packaging them both in iOS Framework format.
99

1010
The binaries support the `$(ARCHS_STANDARD_32_BIT)` set - that is, armv7 and
11-
armv7s. This should enable the code to run on iPhone 3GS, 4, 4s, 5 and 5s.
12-
13-
This repository builds a packaged version of **Python 2.7.1**. Other Python
14-
versions are available by cloning other branches of the main repository.
11+
armv7s. This should enable the code to run on:
12+
13+
* iPhone
14+
- iPhone 3GS,
15+
- iPhone 4
16+
- iPhone 4s
17+
- iPhone 5
18+
- iPhone 5s
19+
* iPad
20+
- iPad 2
21+
- iPad (3rd gen)
22+
- iPad (4th gen)
23+
- iPad Air
24+
* iPad Mini
25+
- iPad Mini (1st gen)
26+
- iPad Mini (2nd gen)
27+
* iPod Touch
28+
- iPod Touch (4th gen)
29+
- iPod Touch (5th gen)
30+
31+
This repository branch builds a packaged version of **Python 2.7.1**.
32+
Other Python versions are available by cloning other branches of the main
33+
repository.
1534

1635
Quickstart
1736
----------

0 commit comments

Comments
 (0)