]> git.saurik.com Git - uikittools.git/blobdiff - sbdidlaunch.mm
Isolate stash directory from codesign validation.
[uikittools.git] / sbdidlaunch.mm
index 810ca14609f75571778a3020aeeafa02c74e1dbd..8a6b38be4d9e2c7e3b40eb825cc4290b356731f6 100644 (file)
@@ -58,7 +58,7 @@ int main() {
         &OnDidLaunch,
         CFSTR("SBSpringBoardDidLaunchNotification"),
         NULL,
-        NULL
+        0
     );
 
     CFNotificationCenterAddObserver(
@@ -67,7 +67,7 @@ int main() {
         &OnDidLaunch,
         CFSTR("com.apple.springboard.finishedstartup"),
         NULL,
-        NULL
+        0
     );
 
     CFNotificationCenterAddObserver(
@@ -76,7 +76,7 @@ int main() {
         &OnDidLaunch,
         CFSTR("com.apple.springboard.bootedcleanly"),
         NULL,
-        NULL
+        0
     );
 
     if (SBSSpringBoardServerPort() == NULL)