Fixed JSON Syntax Error
This commit is contained in:
parent
b6a4aa0a98
commit
a5da799d91
|
@ -18294,7 +18294,7 @@
|
|||
"category-ids": [
|
||||
"misc"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "PGPro",
|
||||
"category-ids": ["security"],
|
||||
|
@ -18304,7 +18304,11 @@
|
|||
"itunes": "https://itunes.apple.com/app/id1481696997",
|
||||
"license": "gpl-3.0",
|
||||
"tags": ["swift"],
|
||||
"screenshots": ["https://github.com/lucanaef/PGPro/blob/master/Fastlane/Screenshots/en-US/iPhone%20Xs-1-EncryptionView.png?raw=true", "https://github.com/lucanaef/PGPro/blob/master/Fastlane/Screenshots/en-US/iPhone%20Xs-2-DecryptionView.png?raw=true", "https://github.com/lucanaef/PGPro/blob/master/Fastlane/Screenshots/en-US/iPhone%20Xs-3-KeychainView.png?raw=true"],
|
||||
"screenshots": [
|
||||
"https://github.com/lucanaef/PGPro/blob/master/Fastlane/Screenshots/en-US/iPhone%20Xs-1-EncryptionView.png?raw=true",
|
||||
"https://github.com/lucanaef/PGPro/blob/master/Fastlane/Screenshots/en-US/iPhone%20Xs-2-DecryptionView.png?raw=true",
|
||||
"https://github.com/lucanaef/PGPro/blob/master/Fastlane/Screenshots/en-US/iPhone%20Xs-3-KeychainView.png?raw=true"
|
||||
],
|
||||
"date_added": "Oct 26 2019",
|
||||
"suggested_by": "@lucanaef"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue