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

Unified Diff: sitescripts/extensions/test/oracle/updates.plist

Issue 29354748: Fixes 4464 - Restore get_min_sdk_version() function from sitescripts.extensions.android module that… (Closed) Base URL: https://hg.adblockplus.org/sitescripts
Patch Set: Mock plugin repositories instead of cloning them Created Sept. 27, 2016, 9:44 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/extensions/test/oracle/update.rdf ('k') | sitescripts/extensions/test/sitescripts.ini.template » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/test/oracle/updates.plist
===================================================================
new file mode 100644
--- /dev/null
+++ b/sitescripts/extensions/test/oracle/updates.plist
@@ -0,0 +1,22 @@
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>Extension Updates</key>
+ <array>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>org.adblockplus.adblockplussafari</string>
+ <key>Developer Identifier</key>
+ <string>GRYYZR985A</string>
+ <key>CFBundleVersion</key>
+ <string>1.12.3</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.12.3</string>
+ <key>URL</key>
+ <string>https://downloads.adblockplus.org/adblockplussafari-1.12.3.safariextz?update</string>
+ <key>Update From Gallery</key>
+ <true/>
+ </dict>
+ </array>
+</dict>
+</plist>
« no previous file with comments | « sitescripts/extensions/test/oracle/update.rdf ('k') | sitescripts/extensions/test/sitescripts.ini.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld