You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
set(VIRTUAL_FILE_SYSTEM_PLUGINS suffix win CACHESTRING"Name of internal plugin in src/libsync/vfs or the locations of virtual file plugins")
132
132
133
133
if(APPLE)
134
-
set( SOCKETAPI_TEAM_IDENTIFIER_PREFIX ""CACHESTRING"SocketApi prefix (including a following dot) that must match the codesign key's TeamIdentifier/Organizational Unit" )
134
+
set( SOCKETAPI_TEAM_IDENTIFIER_PREFIX ""CACHESTRING"SocketApi prefix (without a following dot) that must match the codesign key's TeamIdentifier/Organizational Unit" )
0 commit comments