@@ -12,16 +12,18 @@ It works by downloading, patching, and building a fat binary of Python and
12
12
selected pre-requisites, and packaging them as static libraries that can be
13
13
incorporated into an XCode project.
14
14
15
- The binaries support the ``$(ARCHS_STANDARD) `` set - that is, x86_64 for
16
- macOS; armv7, armv7s and arm64 for iOS devices, arm64 for appleTV devices, and
17
- armv7k for watchOS. This should enable the code to run on:
15
+ The binaries support x86_64 for macOS; arm64 for iOS and appleTV devices;
16
+ and armv7k for watchOS. This should enable the code to run on:
18
17
19
18
* MacBook
20
19
* iMac
21
20
* Mac Pro
22
- * iPhone (4s or later)
23
- * iPad
24
- * iPod Touch (4th gen or later)
21
+ * iPhone (5s or later)
22
+ * iPad (5th gen or later)
23
+ * iPad Air (all models)
24
+ * iPad Mini (2 or later)
25
+ * iPad Pro (all models)
26
+ * iPod Touch (6th gen or later)
25
27
* Apple TV (4th gen or later)
26
28
* Apple Watch
27
29
@@ -70,7 +72,7 @@ For details on how to add these binary packages to your project, see the
70
72
package-specific documentation linked above.
71
73
72
74
73
- .. _for macOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/macOS/Python-3.4-macOS-support.b7 .tar.gz
74
- .. _for iOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/iOS/Python-3.4-iOS-support.b7 .tar.gz
75
- .. _for tvOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/tvOS/Python-3.4-tvOS-support.b7 .tar.gz
76
- .. _for watchOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/watchOS/Python-3.4-watchOS-support.b7 .tar.gz
75
+ .. _for macOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/macOS/Python-3.4-macOS-support.b8 .tar.gz
76
+ .. _for iOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/iOS/Python-3.4-iOS-support.b8 .tar.gz
77
+ .. _for tvOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/tvOS/Python-3.4-tvOS-support.b8 .tar.gz
78
+ .. _for watchOS : https://s3-us-west-2.amazonaws.com/pybee-briefcase-support/Python-Apple-support/3.4/watchOS/Python-3.4-watchOS-support.b8 .tar.gz
0 commit comments