mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
22 lines
665 B
Plaintext
22 lines
665 B
Plaintext
<?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>Extension Updates</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>net.gorhill.uBlock</string>
|
|
<key>Developer Identifier</key>
|
|
<string>...</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>{version}</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>{buildNumber}</string>
|
|
<key>URL</key>
|
|
<string>https://github.com/gorhill/uBlock/releases/download/0.7.0.11/uBlock-0.7.0.11.safariextz</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|