diff --git a/ElementX/SupportingFiles/Info.plist b/ElementX/SupportingFiles/Info.plist index 9cb8f52b0..3322b60c5 100644 --- a/ElementX/SupportingFiles/Info.plist +++ b/ElementX/SupportingFiles/Info.plist @@ -55,6 +55,7 @@ CFBundleURLSchemes $(BASE_BUNDLE_IDENTIFIER) + matrix diff --git a/ElementX/SupportingFiles/target.yml b/ElementX/SupportingFiles/target.yml index 50e75ce8b..638241276 100644 --- a/ElementX/SupportingFiles/target.yml +++ b/ElementX/SupportingFiles/target.yml @@ -62,7 +62,8 @@ targets: CFBundleTypeRole: Editor, CFBundleURLName: "Application", CFBundleURLSchemes: [ - $(BASE_BUNDLE_IDENTIFIER) + $(BASE_BUNDLE_IDENTIFIER), # The app's own scheme for custom routes + "matrix" # Matrix URI scheme for permalinks ] } ]