You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/serious_python/README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,6 @@ All "pure" Python packages are supported. These are packages that implemented in
120
120
For iOS: packages with native extensions having a [recipe](https://github.com/kivy/kivy-ios/tree/master/kivy_ios/recipes) are supported. To use these packages you need to build a custom Python distributive for iOS (see below).
121
121
122
122
## Platform notes
123
-
124
123
### Build matrix
125
124
126
125
The following matrix shows which platform you should build on to target specific platforms:
@@ -131,19 +130,20 @@ The following matrix shows which platform you should build on to target specific
131
130
| Windows | | ✅ | | ✅ (WSL) | ✅ | ✅ |
132
131
| Linux | | ✅ | | ✅ | | ✅ |
133
132
133
+
134
134
### macOS
135
135
136
136
macOS 10.15 (Catalina) is the minimal supported vesion of macOS.
137
137
138
138
You have to update your Flutter app's `macos/Podfile` to have this line at the very top:
139
139
140
-
```
140
+
```ruby
141
141
platform :osx, '10.15'
142
142
```
143
143
144
144
Also, make sure `macos/Runner.xcodeproj/project.pbxproj` contains:
145
145
146
-
```
146
+
```objc
147
147
MACOSX_DEPLOYMENT_TARGET = 10.15;
148
148
```
149
149
@@ -184,7 +184,7 @@ Get the full path to `dist` directory by running `realpath dist` command.
184
184
In the terminal where you run `flutter` commands to build your Flet iOS app run the following command to
185
185
store `dist` full path in `SERIOUS_PYTHON_IOS_DIST` environment variable:
In the terminal where you run `flutter` commands to build your Flet Android app run the following command to store distributive full path in `SERIOUS_PYTHON_P4A_DIST` environment variable:
0 commit comments