xmlでipaのダウンロードを解析

xmlコード:
<?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>items</key>
<array>
<dict>
<key>assets</key>
<array>
<dict>
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>http://www.xxx.com/back/WorkFlow.ipa</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>com.startnews24.workflow</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<string>startnews24 crm</string>
</dict>
</dict>
</array>
</dict>
</plist>

Development

Posted by arkgame