Revision: 13807
          http://sourceforge.net/p/skim-app/code/13807
Author:   hofman
Date:     2023-11-25 16:29:14 +0000 (Sat, 25 Nov 2023)
Log Message:
-----------
set exported object

Modified Paths:
--------------
    trunk/SkimNotes/SKNAgentListener.m

Modified: trunk/SkimNotes/SKNAgentListener.m
===================================================================
--- trunk/SkimNotes/SKNAgentListener.m  2023-11-25 15:35:21 UTC (rev 13806)
+++ trunk/SkimNotes/SKNAgentListener.m  2023-11-25 16:29:14 UTC (rev 13807)
@@ -217,6 +217,7 @@
     }
     
     [newConnection setExportedInterface:[NSXPCInterface 
interfaceWithProtocol:@protocol(SKNXPCAgentListenerProtocol)]];
+    [newConnection setExportedObject:self];
     NSString *description = [newConnection description];
     [newConnection setInvalidationHandler:^{
         [self destroyXPCConnection];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to