I\'m just starting to use Xcode 4, and I\'m trying to find the file in a project where it stores all of a project\'s Schemes. I figured they would be stored in a file in the
Finally found the answer on somebody's Twitter. Schemes are stored per user by default, but if you go to Manage Schemes and click the "Shared" checkbox on the far right for each one, they'll show up in the xcshareddata directory instead of your xcuserdata directory, where they'll be seen and used by everyone. Hopefully this will help someone else trying to figure out the same thing!