Define custom protocol in package json

Summary: Defines custom protocol in the package json. This adds the custom protocol definition in the Info.plist file.

Reviewed By: passy

Differential Revision: D17983382

fbshipit-source-id: 48d74e676e07ba9cf8c7baaac27d8f74042336a1
This commit is contained in:
Pritesh Nandgaonkar
2019-10-18 03:38:53 -07:00
committed by Facebook Github Bot
parent 818c7ed2c1
commit c57718760d

View File

@@ -13,6 +13,12 @@
"appId": "flipper",
"productName": "Flipper",
"artifactName": "Flipper-${os}.${ext}",
"protocols": {
"name": "flipper",
"schemes": [
"flipper"
]
},
"mac": {
"category": "public.app-category.developer-tools",
"extendInfo": {