mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
219eddab74
- Remove duplicate platform specific (from src/) and other unnecessary files - Fix and update vapi-*.js files for Safari - Add tools/make-safari.sh - Move js/vapi-appinfo.js to meta/ (so, every vendor specific file will be at the same location)
21 lines
597 B
Text
21 lines
597 B
Text
<?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>0.7.0.10</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1456132</string>
|
|
<key>URL</key>
|
|
<string>https://.../uBlock.safariextz</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|