summaryrefslogtreecommitdiff
path: root/tests/auto/blackbox/testdata-apple/byteArrayInfoPlist/ByteArray-Info.plist
blob: df0429f2505e938a8eda64e430fe5b02636bad50 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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>DataKey</key>
        <!--The data value-->
        <data>VGhlIGRhdGEgdmFsdWU=</data>
        <key>StringKey</key>
        <string>The string value</string>
</dict>
</plist>