Skip to content

Commit 8ab9e6d

Browse files
committed
Restore std-nslog for iOS for now.
1 parent cce046e commit 8ab9e6d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ project_name = "Testbed"
33
bundle = "org.beeware"
44
version = "0.0.1"
55
url = "https://beeware.org"
6-
license.file = "LICENSE"
6+
license = "BSD-3-Clause"
7+
license-files = ["LICENSE"]
78
author = 'Russell Keith-Magee'
89
author_email = "russell@beeware.org"
910

@@ -118,6 +119,7 @@ requires = [
118119
[tool.briefcase.app.testbed.iOS]
119120
requires = [
120121
"rubicon-objc",
122+
"std-nslog~=1.0.3",
121123
]
122124
min_os_version = "17.0"
123125
# support_package = "../Python-Apple-support/dist/Python-3.14-iOS-support.custom.tar.gz"

0 commit comments

Comments
 (0)