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:
committed by
Facebook Github Bot
parent
818c7ed2c1
commit
c57718760d
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user