Marc
Marc

Reputation: 3596

child pane in settings.bundle xcode 6

The type option for child pane seems to have disappeared in XCode 6 and beyond. How exactly do I edit the type of root.plist in settings.bundle and give it the type Child pane?

Upvotes: 1

Views: 1035

Answers (1)

Michael Dautermann
Michael Dautermann

Reputation: 89559

The option for adding a child pane still exists for me, at least in Xcode 7 (which is what you should be using).

I followed this tutorial just now and here's "child pane" in the popup list of types:

Child Pane Popup

Upvotes: 4

Related Questions