Where does Xcode 4 store Scheme Data?

前端 未结 1 1101
萌比男神i
萌比男神i 2020-12-12 15:25

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

1条回答
  •  一整个雨季
    2020-12-12 16:07

    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!

    0 讨论(0)
提交回复
热议问题