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

Commit 1df382e

Browse files
committed
Fix README.
1 parent 41343c3 commit 1df382e

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# - OpenSSL.framework-iOS - build OpenSSL.framework for iOS
77
# - OpenSSL.framework-tvOS - build OpenSSL.framework for tvOS
88
# - OpenSSL.framework-watchOS - build OpenSSL.framework for watchOS
9-
# - Python-host - build host python
109
# - Python.framework-iOS - build Python.framework for iOS
1110
# - Python.framework-tvOS - build Python.framework for tvOS
1211
# - Python.framework-watchOS - build Python.framework for watchOS
12+
# - Python-host - build host python
1313

1414
# Current director
1515
PROJECT_DIR=$(shell pwd)

README.rst

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
This is a fork of https://github.com/pybee/Python-iOS-support/ that contains
2-
Python.framework WIP for tvOS and watchOS.
3-
4-
In the meantime only OpenSSL.framework can be built for tvOS or watchOS:
5-
6-
- make OpenSSL.framework-iOS
7-
- make OpenSSL.framework-tvOS
8-
- make OpenSSL.framework-watchOS
1+
This is a fork of https://github.com/pybee/Python-iOS-support/ that adds
2+
tvOS and watchOS builds.
3+
4+
Useful targets:
5+
- all-iOS - build everything for iOS
6+
- all-tvOS - build everything for tvOS
7+
- all-watchOS - build everything for watchOS
8+
- OpenSSL.framework-iOS - build OpenSSL.framework for iOS
9+
- OpenSSL.framework-tvOS - build OpenSSL.framework for tvOS
10+
- OpenSSL.framework-watchOS - build OpenSSL.framework for watchOS
11+
- Python.framework-iOS - build Python.framework for iOS
12+
- Python.framework-tvOS - build Python.framework for tvOS
13+
- Python.framework-watchOS - build Python.framework for watchOS
14+
- Python-host - build host python
915

1016
Python iOS Support
1117
==================

0 commit comments

Comments
 (0)