I have an Xcode 4 project that uses the Google Analytics SDK. The SDK includes two libraries with the standard .a extension. Xcode 4's built in SVN system is set to automatically ignore .a files which is a problem for me (I need them in the repository and can't ask everyone that uses the repository to install the files manually).
So can you prevent Xcode from ignoring .a files? (I've tried right clicking the file -> Source Control -> Undo Ignore but absolutely nothing happens as a result).