May 2014
Intermediate to advanced
624 pages
19h 43m
English
The Property List editor generated a correct property list with all the data in what seems to be the most direct way possible. What more is there to say?
It isn’t perfect. Right-click on the file in the Project navigator, and select Open As → Source Code from the contextual menu. Once again, you’ll see the plist in the XML format in which it is stored.
You have doubts about your recipe. Maybe a little garnish would be nice, but you can’t decide. So you add an XML comment to the Methods array:
<key>Method</key><array> . . . <string>Slide onto plate, flipping remaining 1/3 over</string> <string>Spread remaining butter on top</string> <!-- Should I add parsley? --> ...