If you are building iOS applications and using SVN you may have had issues getting your @2x resources for Retina Display Support added to svn. I used the command line on Mac OSX and I figured I could just use the standard backspace escape.. no dice. This turns out to be caused by internal path recognizers in svn. It expects the last at symbol to specify a revision. You can get around this by adding the symbol at the end of your file name. So if you are trying to add Default@2x.png you would do it like this

$ svn add Default@2x.png@

If you have a number of files to add you can save your self some time by taking advantage of the unix tools available. The following command would add all the images in the directory

$ svn status | grep '^?' | grep @2x | sed -e 's/.png/.png@/' | awk '{print $2}' | xargs svn add

You can than commit them all by using this

$ svn status | grep -v '^?' | grep @2x | sed -e 's/.png/.png@/' | awk '{print $2}' | xargs svn commit -m "add images"

Hope this helps..

Post to Twitter Tweet This Post

Halloween Kids Application

Posted September 30th, 2010. Filed under Applications IPad

Celebrate the spooky season with Spooky Halloween! A simple yet fun touch and sound application for kids or anyone else that is ready for a “scare”. Hear spooky sound effects and watch eye-catching animations. A great way to get ready for this Halloween season!

Check out the application in itunes

Post to Twitter Tweet This Post

Chat Lingo HD For iPad

Posted May 21st, 2010. Filed under Applications IPad News

Chat Lingo for iPad is now available in the app store. The iPad application has a cool user interface and it adds a new functionality with ‘Random Lingo’. Each time you start the app a random lingo will appear on the screen. The random lingo is definitely good for a laugh!! I love it. Check out the screen shots below

Here is a link to the app in the app store

Post to Twitter Tweet This Post

Chat Lingo HD for IPad

Posted May 17th, 2010. Filed under Applications IPad

Chat Lingo HD coming soon for iPad that adds additional features and an awesome user interface. I am sure you will appreciate what we have done with the UI on this app.

Post to Twitter Tweet This Post