diff options
author | comex | 2015-07-13 14:53:09 -0400 |
---|---|---|
committer | comex | 2015-07-13 14:53:09 -0400 |
commit | 0f7e0eb62315472d47de3118d1425fcfb91823ad (patch) | |
tree | 5112ca1350954274cab360ea44ba4b6d05a66749 /darwin-bootstrap/safemode-ui-hook.m | |
parent | don't be n^2 for removal, lol. i should probably switch to rust's robin hood... (diff) | |
download | substitute-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.m | 1 |
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; } } |