File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## The easy way
4
4
5
- The easist way to use these packages is by creating a project with `Briefcase
6
- < https://github.com/beeware/briefcase > ` __ . Briefcase will download pre-compiled
7
- versions of these support packages, and add them to an Xcode project (or
8
- pre-build stub application, in the case of macOS).
5
+ The easist way to use these packages is by creating a project with
6
+ (Briefcase) [ https://github.com/beeware/briefcase ] . Briefcase will download
7
+ pre-compiled versions of these support packages, and add them to an Xcode project
8
+ (or pre-build stub application, in the case of macOS).
9
9
10
10
## The manual way
11
11
@@ -22,8 +22,9 @@ guides:
22
22
* [ macOS] ( https://docs.python.org/3/using/mac.html )
23
23
* [ iOS] ( https://docs.python.org/3/using/ios.html#adding-python-to-an-ios-project )
24
24
25
- For tvOS and watchOS, you should be able to broadly follow the instructions in
26
- the iOS guide.
25
+ For tvOS, watchOS, and visionOS, you should be able to broadly follow the instructions
26
+ in the iOS guide. The testbed projects generated on iOS and visionOS may be used as
27
+ rough references as well.
27
28
28
29
### Using Objective C
29
30
You can’t perform that action at this time.
0 commit comments