Skip to content

Commit

Permalink
Build non-universal apps for PySide2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Nov 15, 2023
1 parent 4024e3d commit ec99822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/briefcase/bootstraps/pyside2.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def pyproject_table_briefcase_app_extra_content(self):

def pyproject_table_macOS(self):
return """
universal_build = true
universal_build = false
requires = [
"std-nslog~=1.0.0",
]
Expand Down
2 changes: 1 addition & 1 deletion tests/commands/new/test_build_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def main():
]
""",
pyproject_table_macOS="""
universal_build = true
universal_build = false
requires = [
"std-nslog~=1.0.0",
]
Expand Down

0 comments on commit ec99822

Please sign in to comment.