「ios入門」IOSプラットフォームでplistを作成する方法

処理コード:

<?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>kindsoft</key>
<string>software-package</string>
<key>url</key>
<string>http://XXX.XXX.XXX.XXX:8080/irec/client/irec_iphone/aywiPhone.ipa</string>
</dict>
<dict>
<key>kindsoft</key>
<string>full-size-image</string>
<key>needs-shine</key>
<false/>
<key>url</key>
<string>http://XXX.XXX.XXX.XXX:8080/irec/client/irec_iphone/aywiPhone-512.png</string>
</dict>
<dict>
<key>kindsoft</key>
<string>display-image</string>
<key>needs-shine</key>
<false/>
<key>url</key>
<string>http://XXX.XXX.XXX.XXX:8080/irec/client/irec_iphone/aywiPhone-57.png</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>com.mon.startnews24</string>
<key>bundle-version</key>
<string>1.0.1</string>
<key>kindsoft</key>
<string>software</string>
<key>title</key>
<string>startnews24</string>
</dict>
</dict>
</array>
</dict>
</plist>

IOS

Posted by arkgame