Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ int main( int argc, char* argv[] )
mach_error_t err = mach_inject_bundle_pid( [bundlePath fileSystemRepresentation], (CFURLRef)[NSURL fileURLWithPath:stubPath], pid );

NSLog(@"err %d", err);
if( !err ){
NSLog(@"Success!");
}

[pool release];

Expand Down