Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

plist editing in XCode 4: Can you not move rows anymore?

Tags:

xcode4

plist

This one is stupid, and there's probably a ridiculously simple answer I'm just not aware of:

I'm trying to edit the plist for my Settings.bundle to implement preferences in my app. I want to tweak the order of a few groups, but I can't figure out how to move rows around. In XCode 3 you could just drag rows around to rearrange them, but it seems this no longer works in XCode 4. Short of deleting everything and re-recreating them in the correct order, how can I re-arrange the rows?

Thanks.

like image 460
DOOManiac Avatar asked Apr 27 '11 23:04

DOOManiac


People also ask

How do I change info plist in XCode?

From XCode 11 onwards, the updated path for Info. plist has to be changed under Target -> Build Settings -> Packaging -> Info. plist File.

How do I edit info plist on Mac?

plist file. If you need to edit these items, Control-click (or right-click) Info. plist in the sidebar and select Edit Manually. This allows you to add or edit items in raw XML format.

What is plist in XCode?

plist that is included with every iPhone application project created by Xcode. It is a property list whose key-value pairs specify essential runtime-configuration information for the application.


1 Answers

You can move an entry by grabbing the right side and moving it up, you just can't move it down.

like image 200
Derekhie Avatar answered Sep 22 '22 23:09

Derekhie