aboutsummaryrefslogtreecommitdiff
path: root/darwin-bootstrap/safemode-ui-hook.m
diff options
context:
space:
mode:
authorcomex2015-07-13 14:53:09 -0400
committercomex2015-07-13 14:53:09 -0400
commit0f7e0eb62315472d47de3118d1425fcfb91823ad (patch)
tree5112ca1350954274cab360ea44ba4b6d05a66749 /darwin-bootstrap/safemode-ui-hook.m
parentdon't be n^2 for removal, lol. i should probably switch to rust's robin hood... (diff)
downloadsubstitute-0f7e0eb62315472d47de3118d1425fcfb91823ad.tar.gz
sort of works, but marking it as setup is causing problems - probably better not to, actually
Diffstat (limited to 'darwin-bootstrap/safemode-ui-hook.m')
-rw-r--r--darwin-bootstrap/safemode-ui-hook.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/darwin-bootstrap/safemode-ui-hook.m b/darwin-bootstrap/safemode-ui-hook.m
index 8fe228f..38b9fc8 100644
--- a/darwin-bootstrap/safemode-ui-hook.m
+++ b/darwin-bootstrap/safemode-ui-hook.m
@@ -31,6 +31,7 @@ static id my_setupApplication(id self, SEL sel) {
id app = [self applicationWithBundleIdentifier:@"com.ex.SafetyDance"];
if (app) {
/* definitely shouldn't be nil, given below check, but... */
+ NSLog(@"=>%@", app);
return app;
}
}