mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-17 07:52:42 +01:00
c70a932d86
Thanks @hotdogman and @yfdyh000 -- closes #1202 and #1157 ... and #1167
22 lines
643 B
Plaintext
22 lines
643 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.chrisaljoudi.uBlock</string>
|
|
<key>Developer Identifier</key>
|
|
<string>96G4BAKDQ9</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>{version}</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>{buildNumber}</string>
|
|
<key>URL</key>
|
|
<string>https://chrismatic.io/ublock/ublock-latest.safariextz</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|