Skip to content

Missing/wrong minimum macOS version in generated bundle #764

@csnover

Description

@csnover

Description

The release app bundle generated by CI sets the minimum macOS version to 10.15, even though it bundles a version of Qt that supports 10.13 and later. It should probably be compiled with -mmacosx-version-min=10.13 / with the environment variable QMAKE_MACOSX_DEPLOYMENT_TARGET=10.13.

Steps to reproduce

  • Download bundle on a machine running macOS prior to 10.15
  • Try running the app

Expected: Runs successfully
Actual: Error “You can’t use this version of the application “quaternion.app” with this version of macOS. You have macOS 10.14.6. The application requires macOS 10.15 or later.”

Bypassing the OS check by running quaternion.app/Contents/MacOS/quaternion directly from the command line works fine.

Version information

  • Quaternion version: 0.0.95-beta4
  • Qt version: 5.14.2
  • Install method: Download from GitHub releases
  • Platform: macOS 10.14.6

Metadata

Metadata

Assignees

Labels

building/packagingIssues with CMake files or packaging

Type

No type

Projects

Status

Version 0.0.95 - Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions