File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ sources = ['src/testbed']
15
15
requires = [
16
16
]
17
17
18
-
19
18
[tool .briefcase .app .testbed .macOS ]
20
19
requires = [
21
20
" rubicon-objc" ,
@@ -25,11 +24,10 @@ template_branch = "m1-compile"
25
24
support_package = " ../../dist/Python-3.10-macOS-support.custom.tar.gz"
26
25
27
26
[tool .briefcase .app .testbed .linux ]
28
- requires = []
29
- system_requires = []
27
+ supported = false
30
28
31
29
[tool .briefcase .app .testbed .windows ]
32
- requires = []
30
+ supported = false
33
31
34
32
# Mobile deployments
35
33
[tool .briefcase .app .testbed .iOS ]
@@ -41,4 +39,4 @@ template_branch = "m1-compile"
41
39
support_package = " ../../dist/Python-3.10-iOS-support.custom.tar.gz"
42
40
43
41
[tool .briefcase .app .testbed .android ]
44
- requires = []
42
+ supported = false
You can’t perform that action at this time.
0 commit comments