Menu
Category

Uncategorized

Automatically Reposition the iOS Simulator on Screen

Uncategorized Jul 12, 2011

If you work with two monitors of different sizes, Xcode has an annoying bug of launching the iOS Simulator partially off screen — forcing you to manually drag it into position using the mouse. It’s not that bad the first time, but after a full eight hour working day with hundreds of launches, it gets very tedious. Luckily, we can…

Creating a Universal Binary With Xcode 3.2.6

Uncategorized Jul 08, 2011

Last week I released a minor update to VirtualHostX. Shortly thereafter, my inbox was flooded with reports of an “unsupported architecture” error on launch. After a quick lipo test I verified that somehow I had managed to build and ship the app as Intel only — no PowerPC support. I went through my git revision history and was able to…

A Big Mouse Cursor

Uncategorized May 25, 2011

I spend about ten hours a day staring at two 27-inch Apple cinema displays. It makes coding great. But, with that much screen real estate, I keep losing my mouse cursor. I’ll have to jiggle it around for half a minute trying to find where it’s disappeared to. No more! Yesterday I discovered OS X has an option in the…

Experimenting with Piracy – An Indie Mac Developer’s Perspective

Uncategorized May 18, 2011

For the last twelve months I’ve been keeping detailed records regarding the number of users pirating my Mac apps and toying with different ways of converting those users into paying customers. I’m not foolish enough to ever think I could actually eliminate the piracy — especially since I believe there are a few legitimate reasons for pirating software — but…

Syncing Your Adium Chat Logs into Dropbox (again)

Uncategorized Apr 20, 2011

Two years ago I posted some quick instructions on how I keep my Adium chat logs synced between Macs using Dropbox. I’ve tweaked my setup slightly since then. Here’s my new approach. First, if you already have Adium on multiple machines, copy all your logs over to a single Mac. You can merge the folders easily with an app like…

Unsupported Architecture When Submitting to Mac App Store

Uncategorized Apr 18, 2011

For any Mac developers out there who are seeing the following rejection notice when submitting to the Mac App Store: Unsupported Architecture – Application executables may support either or both of the Intel architectures Make sure you verify that any included frameworks are Intel only. You can do this using the lipo command: If the output lists anything other than…

Search Mac and iOS Documentation From Chrome’s Omnibox

Uncategorized Feb 25, 2011

Earlier this week, the Chromium Blog announced an official extension API for Chrome’s omnibox (search bar). I’ve always loved keyboard driven interfaces — the command line, [Quicksilver](http://en.wikipedia.org/wiki/Quicksilver_(software)), Alfred, etc — so, I immediately started thinking about what I could build with it. My first idea was a documentation browser for Apple’s Mac and iOS libraries. I’m always googling for class…

Sosumi for Mac – Find Your iPhone From Your Deskop

Uncategorized Nov 30, 2010

Every holiday, between the food and family, I always seem to find time for a quick project. Last year I built the first version of Nottingham over the Thanksgiving break. This year was no exception, and I found myself putting the final touches on Sosumi for Mac after an eighteen hour coding streak this weekend. Sosumi for Mac builds on…

Backblaze Saves the Day

Uncategorized Nov 23, 2010

Back in June I wrote a detailed post describing how I backup my data. One of the key components of my backup strategy was using Backblaze for continuous, offsite recovery in the event of a disaster. Well, disaster struck. Last week, the hard drive in my father’s MacBook died. In the past, I’d setup a networked Time Machine drive to…