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

iOS: Use objc2 #87

Merged
merged 12 commits into from
May 4, 2024
Merged

iOS: Use objc2 #87

merged 12 commits into from
May 4, 2024

Commits on Apr 23, 2024

  1. Add support for visionOS

    madsmtm committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e9bfcac View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. iOS: Use objc2

    Concrete benefits to `webbrowser`:
    - Less error prone `msg_send!` macro invocations (I've refactored the
      rest into a separate function as recommended by the docs).
    - Prevents a leak of the `options` dictionary.
    - Catches errors when passing an invalid URL to `NSURL`.
    - Makes it easier to do something in the completion handler in the
      future.
    madsmtm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    25787f2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. fix ios build #build-ios

    amodm committed May 4, 2024
    Configuration menu
    Copy the full SHA
    0a6fe55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dfb6ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbbf541 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a387ef0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a63f1ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc70f6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1117385 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45f73d3 View commit details
    Browse the repository at this point in the history
  9. ios: fix test timeout

    amodm committed May 4, 2024
    Configuration menu
    Copy the full SHA
    e5d27c5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9184245 View commit details
    Browse the repository at this point in the history