1
- Python iOS Support
2
- ==================
1
+ Python OS/X Support
2
+ ===================
3
3
4
4
This is a meta-package for building a version of Python that can be embedded
5
- into an iOS project .
5
+ into an OS/X app .
6
6
7
- It works by downloading, patching, and building a fat binary OpenSSL and
8
- Python, and packaging them both in iOS Framework format.
9
-
10
- The binaries support the ``$(ARCHS_STANDARD) `` set - that is, armv7 and
11
- arm64. This should enable the code to run on:
12
-
13
- * iPhone
14
- - iPhone 4s
15
- - iPhone 5
16
- - iPhone 5s
17
- - iPhone 6
18
- - iPhone 6 Plus
19
- * iPad
20
- - iPad 2
21
- - iPad (3rd gen)
22
- - iPad (4th gen)
23
- - iPad Air
24
- - iPad retina
25
- * iPad Mini
26
- - iPad Mini (1st gen)
27
- - iPad Mini (2nd gen)
28
- * iPod Touch
29
- - iPod Touch (4th gen)
30
- - iPod Touch (5th gen)
7
+ It works by downloading, patching, and building OpenSSL and Python.
31
8
32
9
This repository branch builds a packaged version of **Python 3.4.2 **.
33
10
Other Python versions are available by cloning other branches of the main
@@ -37,7 +14,7 @@ Quickstart
37
14
----------
38
15
39
16
Pre-built versions of the frameworks can be downloaded _, and added to
40
- your iOS project.
17
+ your OS/X project.
41
18
42
19
Alternatively, to build the frameworks on your own, download/clone this
43
20
repository, and then in the root directory, and run:
@@ -47,18 +24,9 @@ repository, and then in the root directory, and run:
47
24
This should:
48
25
49
26
1. Download the original source packages
50
- 2. Patch them as required for iOS compatibility
51
- 3. Build the packages as iOS frameworks .
27
+ 2. Patch them as required for OS/X compatibility
28
+ 3. Build the packages.
52
29
53
30
The build products will be in the `build ` directory.
54
31
55
- .. _downloaded : https://github.com/pybee/Python-iOS-support/releases/download/3.4.2-b2/Python-3.4.2-iOS-support.b2.tar.gz
56
-
57
- Acknowledgements
58
- ----------------
59
-
60
- The approach to framework packaging is drawn from `Jeff Verkoeyen `_, and
61
- `Ernesto García's `_ tutorials.
62
-
63
- .. _Jeff Verkoeyen : https://github.com/jverkoey/iOS-Framework
64
- .. _Ernesto García's : http://www.raywenderlich.com/41377/creating-a-static-library-in-ios-tutorial
32
+ .. _downloaded : https://github.com/pybee/Python-OSX-support/releases/download/3.4.2-b1/Python-3.4.2-OSX-support.b1.tar.gz
0 commit comments