Quote:
Originally Posted by longst
I remember in XCode 3 there is feature like "lock files". But I took like half hour search, I hardly find this feature in Xcode 4
|
I don't think it exists in Xcode 4. Instead, select the file in the project navigator, then right-click and choose "show in finder". Then press command I (get info) and click the lock button on the file.
If its something you do a lot, you could write a drag-and-drop application to lock files, and drag the files out of Xcode onto the app. I wrote a "touch" app that changes the modified date on all files dragged into it. It would be trivial to alter that into a lock-files app. Heck, I could even post it as a tutorial.