We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c804ca8 + afd03f7 commit c2b8a2cCopy full SHA for c2b8a2c
2 files changed
Src/launchdXPC/launchdXPC.m
@@ -1,5 +1,5 @@
1
//
2
-// launchdXPC.c
+// launchdXPC.m
3
// Created by Patrick Wardle
4
// Ported from code by Jonathan Levin
5
@@ -238,7 +238,7 @@ int getSubmittedPid(int pid) {
238
239
//end key line? (line: "}")
240
// remove dictionary, as it's no longer needed
241
- if(YES == [obj hasSuffix:@"}"])
+ if(YES == [obj isEqualToString:@"}"])
242
{
243
//remove
244
[dictionaries removeLastObject];
Src/main.swift
@@ -8,7 +8,7 @@
8
9
import Foundation
10
11
-let version = 0.6
+let version = 0.7
12
13
// Go through command line arguments and set accordingly
14
let argManager = ArgManager(suppliedArgs:CommandLine.arguments)
0 commit comments