Adding Xcode Workspace Schemes to Version Control

前端 未结 2 570
夕颜
夕颜 2021-01-30 19:16

I\'d like to share Workspace Schemes that I\'ve created with the other team members. However they are all stored under .xcodeproj > xcuserdata > .xcuserdatad > xcschemes. I\'ve

2条回答
  •  無奈伤痛
    2021-01-30 19:48

    Choose Manage Schemes from the Schemes control. Check "Shared" beside any schemes you'd like to share. The schemes will be moved into a folder called "xcshareddata".

    Update: This works the same for Xcode 4-8.

提交回复
热议问题