Revision: 13811
          http://sourceforge.net/p/skim-app/code/13811
Author:   hofman
Date:     2023-11-25 23:01:05 +0000 (Sat, 25 Nov 2023)
Log Message:
-----------
remove some unneccasry job options

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

Modified: trunk/SkimNotes/SKNXPCSkimReader.m
===================================================================
--- trunk/SkimNotes/SKNXPCSkimReader.m  2023-11-25 17:13:40 UTC (rev 13810)
+++ trunk/SkimNotes/SKNXPCSkimReader.m  2023-11-25 23:01:05 UTC (rev 13811)
@@ -135,7 +135,7 @@
                 }
             }
             
-            NSDictionary *jobDictionary = @{@"Label" : label, 
@"ProgramArguments" : arguments, @"EnableTransactions" : @NO, @"KeepAlive" : 
@{@"SuccessfulExit" : @NO}, @"RunAtLoad" : @NO, @"Nice" : @0, @"ProcessType": 
@"Interactive", @"LaunchOnlyOnce": @YES, @"MachServices" : @{[self 
agentIdentifier] : @YES}};
+            NSDictionary *jobDictionary = @{@"Label" : label, 
@"ProgramArguments" : arguments, @"EnableTransactions" : @NO, @"Nice" : @0, 
@"ProcessType": @"Interactive", @"MachServices" : @{[self agentIdentifier] : 
@YES}};
             
             CFErrorRef submitError = NULL;
 #pragma clang diagnostic push

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