Resources check

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-03-08T14:41:07Z Indexed on 2010/06/14 4:52 UTC
Read the original article Hit count: 294

Filed under:
|
|
|

hey I am frequently uploading my XCode iPhone projects to an svn repository to be build on another machine.

My problem is that when I add resources to my project sometimes I forget to add the resource as relative to the project.

I know one answer is to be more careful (not easy when your tired!) but if there was a way to run a script to check my resource paths are relative when I build and warn me if they are not it would be a great time saver for me.

How would I go about doing this?

Thanks

Chris

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch