* You are viewing the archive for the ‘Cocoa’ Category

Pulling your Bundles Version Number into your App

Applications on the iPhone and App Store have forced developers to pay more attention to there Version Number. App Store pays attention to this in Itunes Connect and the Bundle Version Number in Info.plist when you upload your application for approval. I noticed that developers store their own variables and manually update product versions. I too had fallen for this in one of my applications but decided to figure out a stronger method in pulling this data instead of a manual one. I have found the below to solve this issue:
NSString *versionNumber = CFBundleGetValueForInfoDictionaryKey(CFBundleGetMainBundle(),
Continue Reading

Environmentally Friendly Recycler 1.0 launches in App Store

Recycler has launches in the App store this weekend. It is the first environmentally friendly iPhone application helping you keep track of what plastic recyclables are allowed in your local pickup. Plastic recycling doesn’t need to be a headache anymore. The UI in the application is nice on the eyes. Custom buttons were also created in order to distinguish this application over others. Check it out and let me know what you think.

Here is the official page.

CocoaHeads San Diego

RemindMe.app, example for CocoaHeads talk

RemindMe.app, example for CocoaHeads talk

The next CocoaHeads San Diego chapter will be meeting at Gelato Vero October 23rd, 2008. I’m excited about heading the group in San Diego and looking forward to future talks about Mac and iPhone development. The October 23rd CocoaHeads San Diego will be discussing advantages of using Growl and integrating them into your Mac applications. I created some source code to bring to the talk and discuss. It can be found here.

I feel the San Diego development community … Continue Reading

Interview with AppCraver

I just recently did an interview with AppCraver.com regarding my experience in developing Brick Escape. I know I couldn’t really talk much about exact facts due to the pre iPhone NDA lift, but it was good experience either way.

You can check it out here.