
- #Mac product key finder osx 10.9.5 how to#
- #Mac product key finder osx 10.9.5 mac os x#
- #Mac product key finder osx 10.9.5 install#
Save this file under hello.app/ist.Ĭreate a new file named PkgInfo at hello.app/PkgInfo, and put this text inside. Note that the CFBundleExecutable must match the stub loader file name above. Here is one I created based on the Deploying XULRunner example. > /dev/null & pwd`"Įxec "$runpath/xulrunner" -app "$contentsdir/Resources/application.ini"Ĭreate a new file named hello at hello.app/Contents/MacOS/hello, put the code above inside, and give it executable permissions ( chmod +x hello). To work around this, we will need a stub loader, like this one I wrote previously. hello.app/ĭownload the version of XULRunner runtime you want (I'm using 33), and extract the XUL.framework.Ĭopy all of the files inside XUL.framework/Versions/Current/ to hello.app/Contents/MacOS/.Īlso copy the dependentlibs.list into hello.app/Contents/Resources/ĭownload the example files, and copy the following files and directories to hello.app/Contents/Resources/.ĭue to another issue, the xulrunner binary will not automatically find the application.ini like it's supposed to. In this example, I am going to use the "hello world" example referenced in the MDN docs.Ĭreate the following directory structure. The only way I was ever able to get modern XULRunner versions to fully work is to create the application bundle manually.
#Mac product key finder osx 10.9.5 how to#
The page goes on with some steps for how to do this, but I was never able to get them to work with modern XULRunner versions. Installing the application creates an OS X application bundle:
#Mac product key finder osx 10.9.5 install#
On the Mac, before you can run a XULRunner application with everything intact, you must install it using the -install-app xulrunner commandline flag. Excerpt from Getting started with XULRunner:

I don't know what was changed, or when they changed it, but this behavior is somewhat documented on MDN. Even now if I click on the window's title bar, the menu bar that OS X displays does not show my application's menu. I don't know if it's helpful, but I also used to get a menu bar in OS X as well, when the window was selected.
#Mac product key finder osx 10.9.5 mac os x#
With the new XULRunner, the window title appears greyed out in Mac OS X and is not selectable. The same code on XULRunner 1.9.2 runs fine and I can "activate" the window.

I've read through the Windows and menus in XULRunner tutorial: I have to "find" it on the desktop.Ĭlosing the window quits the application, etc., and the fact that I'm getting an application window at all implies that my main.xul is correct. I still get a window on my desktop (as defined in main.xul), but it no longer appears in my Cmd+ Tab list. Previously, When I was developing locally (MacBook Pro with Mac OS X 10.9.5), I would often Cmd+ Tab between my IDE and my application.Īfter the upgrade, I can no longer do this. I have a standalone XULRunner application that was previously running XULRunner 1.9.2 (old, I know).
