Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Better Catalyst build support #1313

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Commits on Mar 29, 2024

  1. feat!: Partial support for Catalyst builds

    `cordova build ios --device --target=mac ...`
    
    Output is to `build/Debug-maccatalyst`
    
    No support for `cordova run`
    No support for code signing(?)
    dpogue authored and Darryl Pogue committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    548206c View commit details
    Browse the repository at this point in the history
  2. fix: Disable iPad-on-Mac builds in favour of Catalyst

    Xcode warns that only one can be enabled at a time, so we need to pick
    one, and Catalyst seems like the better option for a proper macOS app
    experience.
    dpogue authored and Darryl Pogue committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4f07940 View commit details
    Browse the repository at this point in the history
  3. fix(template): Fix template version bin scripts

    Darryl Pogue committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    368f216 View commit details
    Browse the repository at this point in the history