This repository was archived by the owner on Mar 30, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -7,26 +7,26 @@ into an iOS project.
7
7
It works by downloading, patching, and building a fat binary static libffi.a
8
8
and libPython.a, and packaging them both in iOS Framework format.
9
9
10
- The binaries support the `$(ARCHS_STANDARD_32_BIT) ` set - that is, armv7 and
10
+ The binaries support the `` $(ARCHS_STANDARD_32_BIT) ` ` set - that is, armv7 and
11
11
armv7s. This should enable the code to run on:
12
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)
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
30
31
31
This repository branch builds a packaged version of **Python 2.7.1 **.
32
32
Other Python versions are available by cloning other branches of the main
You can’t perform that action at this time.
0 commit comments