| 12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>CFBundleVersion</key>
- <string>0.0.0</string>
- <key>CFBundleIdentifier</key>
- <string>x.y.z.z.y</string>
- <key>LSApplicationCategoryType</key>
- <string>public.app-category.games</string>
- <key>TestKeyString</key>
- <string>String data</string>
- <key>TestKeyBool</key>
- <true/>
- <key>TestKeyInt</key>
- <integer>12345</integer>
- <key>TestKeyArray</key>
- <array>
- <string>public.content</string>
- <string>public.data</string>
- </array>
- <key>TestKeyDict</key>
- <dict>
- <key>Number</key>
- <integer>98765</integer>
- <key>CFBundleVersion</key>
- <string>0.0.0</string>
- </dict>
- </dict>
- </plist>
|