Disable title bar on OSX iPhone simulator

5 days ago, a user on Superuser would like to remove border and title from the iPhone Simulator when he use it for demonstration.

I like the idea and I accept the challenge!

My proposition (accepted) is:

The SimulatorBorderKiller.bundle file is a modified version of https://github.com/ksuther/SimulatorBorderKiller where I have changed the style mask of the window with NSBorderlessWindowMask.

It works and the result looks great.oqmcJ

It’s the first time that I use SIMBL and I see great possibility with this tools.

 

KyPass v3.2 doesn’t work on iOS6

This is due the this function:
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(preferredContentSizeChanged:) name:UIContentSizeCategoryDidChangeNotification object:nil];
ios6 doesn’t support “Dynamic Text Size” and I didn’t check if this function exists on the running iOS.
This now fixed and a bug fix version will be sent to Apple in a few minutes ago.
Sorry for the inconvenience.