Sha256: 2c34f076cb97ff1b8d364f77a91fb19dba0d847ac65fcec32c17b304fa426b1c
Contents?: true
Size: 828 Bytes
Versions: 1
Compression:
Stored size: 828 Bytes
Contents
<?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><%= deployment_url %></string> </dict> </array> <key>metadata</key> <dict> <key>bundle-identifier</key> <string><%= bundle_identifier %></string> <key>bundle-version</key> <string><%= bundle_version %></string> <key>kind</key> <string>software</string> <key>title</key> <string><%= product_name %></string> </dict> </dict> </array> </dict> </plist>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xcoder-0.1.18 | lib/xcode/deploy/templates/manifest.rhtml |