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

[3.x.x] Replace deprecated openURL method preventing launch URLs #1493

Merged
merged 2 commits into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. [maintenance] replace deprecated openURL method

    * openURL: is completely deprecated on ios 18, so replace with the updated openURL:options:completionHandler:
    nan-li committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9388dfe View commit details
    Browse the repository at this point in the history
  2. [ci] use macos-latest-large to have swiftlint

    * `macos-latest` recently migrated from macos-12 to macos-14 Arm64, the latter of which does not ship with swiftlint
    * `macos-latest-large` is also a macos-14 image and does ship with swiftlint
    nan-li committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d2994ef View commit details
    Browse the repository at this point in the history