client
client copied to clipboard
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.
Downside is that we now probably require a value... I doubt that apple is fond of leading periods. On the other hand we will require signed builds for mac anyhow. At least when we build the shell extension or the fileprovider extension.
I think we should wait with merging this one until the rest of #9209 is fixed.







