Advertisement
Guest User

Untitled

a guest
Feb 20th, 2012
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.37 KB | None | 0 0
  1. <plist version="1.0">
  2. <dict>
  3.  <key>FooKey</key>
  4.     <dict>
  5.         <key>FooBool</key>
  6.         <false/>
  7.         <key>FooString</key>
  8.         <string>string</string>
  9.         <key>FooArray</key>
  10.         <key>FooKey2</key>
  11.             <array>
  12.                 <dict>
  13.                     <key>FooString2</key>
  14.                     <string>string2</string>
  15.                 </dict>
  16.                 <dict>
  17.                     <key>FooString3</key>
  18.                     <string>string3</string>
  19.                     ...
  20.                     ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement