2022-10-13 13:11:17 +00:00
|
|
|
-- Retrieves the list of application scheme/protocol-based IPC handlers.
|
|
|
|
--
|
2022-10-19 20:19:53 +00:00
|
|
|
-- tags: postmortem
|
2022-10-13 13:11:17 +00:00
|
|
|
-- platform: darwin
|
2022-10-19 20:19:53 +00:00
|
|
|
SELECT
|
2022-10-17 23:06:17 +00:00
|
|
|
*
|
2022-10-19 20:19:53 +00:00
|
|
|
FROM
|
2022-10-17 23:06:17 +00:00
|
|
|
app_schemes;
|