Skip to content
This repository was archived by the owner on Aug 15, 2017. It is now read-only.

Commit fe3e072

Browse files
committedJul 28, 2015
Updated README.
1 parent d92740c commit fe3e072

File tree

1 file changed

+8
-40
lines changed

1 file changed

+8
-40
lines changed
 

‎README.rst

+8-40
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,10 @@
1-
Python iOS Support
2-
==================
1+
Python OS/X Support
2+
===================
33

44
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.
66

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.
318

329
This repository branch builds a packaged version of **Python 3.4.2**.
3310
Other Python versions are available by cloning other branches of the main
@@ -37,7 +14,7 @@ Quickstart
3714
----------
3815

3916
Pre-built versions of the frameworks can be downloaded_, and added to
40-
your iOS project.
17+
your OS/X project.
4118

4219
Alternatively, to build the frameworks on your own, download/clone this
4320
repository, and then in the root directory, and run:
@@ -47,18 +24,9 @@ repository, and then in the root directory, and run:
4724
This should:
4825

4926
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.
5229

5330
The build products will be in the `build` directory.
5431

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

Comments
 (0)