On your Project Info build tab, add two user-defined settings:
Tell Xcode to not sign the binary, changing the following settings:
We will still need to sign the binary with ldid later, and ldid does not support signing fat binaries, so we will need to pick just one architecture. If we tell Xcode to only build, armv6, your app will work on any device. So, still on your project settings, change the following options:
You can now build you project on Xcode normally.
Next, we will need to sign this binary with ldid (you can download ldid from here).
On Terminal, go to the folder where Xcode created your bundle and sign your binary with ldid: ldid -S MyApp.app/MyApp
And make it executable: chmod 755 MyApp.app/MyApp
That’s it! You can now either package your app for submission or ssh it to your device.
There are so many artists I never heard of in Coachella’s 2010 line up that I wanted it somehow sorted by popularity. So I wrote a quick script to search those artists on Last.FM and sort the results by number of listeners.
Nothing fancy or accurate, but helped me check if any of the popular ones have slipped under my radar.