From c57718760d00031cee727b879df05d4678a6a243 Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Fri, 18 Oct 2019 03:38:53 -0700 Subject: [PATCH] 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 --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index ce86c25ed..29ba1e33f 100644 --- a/package.json +++ b/package.json @@ -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": {