File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tools/sourcekitd/bin/XPC/Client Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ macro(add_sourcekit_xpc_service name framework_target)
379
379
endif ()
380
380
381
381
set (XPCSERVICE_NAME ${name} )
382
- set (XPCSERVICE_IDENTIFIER "${name} .${SOURCEKIT_VERSION_STRING} " )
382
+ set (XPCSERVICE_IDENTIFIER "com.apple. ${name} .${SOURCEKIT_VERSION_STRING} " )
383
383
set (XPCSERVICE_BUNDLE_VERSION "${SOURCEKIT_VERSION_STRING} " )
384
384
set (XPCSERVICE_SHORT_VERSION_STRING "1.0" )
385
385
configure_file (
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ add_sourcekit_framework(sourcekitd
16
16
INSTALL_IN_COMPONENT sourcekit-xpc-service
17
17
)
18
18
19
- add_definitions (-DSOURCEKIT_XPCSERVICE_IDENTIFIER= "SourceKitService.${SOURCEKIT_VERSION_STRING} " )
19
+ add_definitions (-DSOURCEKIT_XPCSERVICE_IDENTIFIER= "com.apple. SourceKitService.${SOURCEKIT_VERSION_STRING} " )
20
20
21
21
if (SOURCEKIT_BUILT_STANDALONE )
22
22
# Create the symlink necessary to find the swift stdlib.
You can’t perform that action at this time.
0 commit comments