diff options
author | Deathamns <deathamns@gmail.com> | 2014-10-25 09:42:07 +0200 |
---|---|---|
committer | Deathamns <deathamns@gmail.com> | 2014-11-09 17:40:46 +0100 |
commit | 54749b31fbdcedcaf601fe4bce00b3ce15d04532 (patch) | |
tree | 5241254131a5e17907c0a2ff98a2d905b4af26a0 /meta/config.json | |
parent | f6f85ec793978d62d5268ce7a1402621f153a0ec (diff) | |
download | uBlock-54749b31fbdcedcaf601fe4bce00b3ce15d04532.zip uBlock-54749b31fbdcedcaf601fe4bce00b3ce15d04532.tar.gz uBlock-54749b31fbdcedcaf601fe4bce00b3ce15d04532.tar.bz2 |
Building Info.plist was missing
Diffstat (limited to 'meta/config.json')
-rw-r--r-- | meta/config.json | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/config.json b/meta/config.json index f5b8010..a396a7d 100644 --- a/meta/config.json +++ b/meta/config.json @@ -4,7 +4,6 @@ "url": "https://github.com/gorhill/uBlock",
"author": "Raymond Hill",
"author_email": "rhill@raymondhill.net",
- "author_www": "http://raymondhill.net/",
"version": "0.7.0.7",
"def_lang": "en",
"vendors": {
@@ -17,13 +16,9 @@ },
"safariextz": {
"app_id": "net.gorhill.uBlock",
- "dir": "uBlock.safariextension",
- "manifest": {
- "Info": "Info.plist",
- "Settings": "Settings.plist"
- },
+ "manifest": "Info.plist",
"file_ext": ".safariextz",
- "developer_identifier": "T7HSFKB9M5",
+ "developer_identifier": "",
"cert_dir": "../meta/safariextz/certs/",
"cert_key": "../meta/safariextz/certs/key.pem"
}
|