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

Development #1419

Merged
merged 16 commits into from
Aug 28, 2023
Merged

Development #1419

merged 16 commits into from
Aug 28, 2023

Commits on Oct 30, 2021

  1. Configuration menu
    Copy the full SHA
    f4f0715 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Updated project to use XCFramework

    This enables support for macCatalyst
    NachoSoto committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    c6d2824 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1385 from NachoSoto/master

    Added support for Mac Catalyst
    nuclearace committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    b686b17 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Fixed build phases order in target

    See [Xcode 10's known issues](https://developer.apple.com/documentation/xcode-release-notes/build-system-release-notes-for-xcode-10) in the release notes:
    
    > Targets with Copy Headers build phases ordered after Compile Sources build phases may fail to build and emit a diagnostic regarding build cycles. (39880168)
    >*Workaround*: Arrange any Copy Headers build phases before Compile Sources build phases.
    
    This has been an issue for nearly 4 years, and now with Xcode 13.3 it leads to `XCBBuildService` to crash consistently.
    NachoSoto committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    eb9de53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1410 from NachoSoto/headers-phase

    Fixed build phases order in target
    nuclearace committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    e1c18a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    2b1cd74 View commit details
    Browse the repository at this point in the history
  2. Remove travis

    nuclearace committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    173def3 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Added a useCustomEngine option to control if WebSocket is initialized…

    … to use the custom engine or native URLSession web tasks.
    georgenavarro committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    45cc6b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Merge pull request #1420 from ranker-dev/feature/custom-engine-option

    Add option to allow the use of URLSessionWebSocketTask in WebSocket client.
    nuclearace committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    61a7f2e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    66eca43 View commit details
    Browse the repository at this point in the history
  2. Add support for xrOS

    NachoSoto committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    4325b6d View commit details
    Browse the repository at this point in the history
  3. Updated Starscream

    NachoSoto committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    69124a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Merge pull request #1448 from NachoSoto/xros

    Add support for `xrOS`
    nuclearace committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0898078 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Merge remote-tracking branch 'origin/master' into development

    * origin/master:
      Fix Starscream to version 4.0.4
      Remove unused var in SocketAckManagerTest.testManagerTimeoutAck
    nuclearace committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2058eba View commit details
    Browse the repository at this point in the history
  2. change ios version; dep

    nuclearace committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    12b08a9 View commit details
    Browse the repository at this point in the history
  3. update to newer starscream

    nuclearace committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    332a25f View commit details
    Browse the repository at this point in the history