Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: sitescripts/extensions/template/updates.plist

Issue 6103027194789888: Integrated ABP for Safari into the nightly builds (Closed)
Patch Set: Added safari extension to .sitescripts.example Created Nov. 13, 2013, 1:34 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sitescripts/extensions/bin/createNightlies.py ('k') | sitescripts/extensions/utils.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
2 <plist version="1.0">
3 <dict>
4 <key>Extension Updates</key>
5 <array>
6 {%- for extension in extensions %}
7 <dict>
8 <key>CFBundleIdentifier</key>
9 <string>org.adblockplus.{{ extension.basename }}</string>
10 <key>Developer Identifier</key>
11 <string>{{ extension.certificateID }}</string>
12 <key>CFBundleVersion</key>
13 <string>{{ extension.version }}</string>
14 <key>CFBundleShortVersionString</key>
15 <string>{{ extension.shortVersion }}</string>
16 <key>URL</key>
17 <string>{{ extension.updateURL }}</string>
18 </dict>
19 {%- endfor %}
20 </array>
21 </dict>
22 </plist>
OLDNEW
« no previous file with comments | « sitescripts/extensions/bin/createNightlies.py ('k') | sitescripts/extensions/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld