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

Work/macos use local socket #9214

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 17, 2021

  1. macOS: change SOCKETAPI_TEAM_IDENTIFIER_PREFIX concatenation

    Previously, the socket api prefix was created by concatenating
    SOCKETAPI_TEAM_IDENTIFIER_PREFIX and OC_APPLICATION_REV_DOMAIN together,
    so the first variable had to end in a "." to get the correct result.
    This change moves adding that period from configuration to the places
    where the concatenation happens.
    erikjv committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    3535be9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

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