mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
25cf80838b
Since there is no API for localization in Safari, we read the locale files every time when an extension page opens. This commit adds a new file "make-locale-safari.py", which will make the size of the locale files smaller.
22 lines
590 B
Plaintext
22 lines
590 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>0.8.1.2</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1</string>
|
|
<key>URL</key>
|
|
<string>https://.../uBlock.safariextz</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|