From 66bc55148805f681a5866464f3443449ece8460d Mon Sep 17 00:00:00 2001
From: Lorenzo Orsatti <49567430+lorsatti@users.noreply.github.com>
Date: Wed, 22 Dec 2021 22:18:22 +0100
Subject: [PATCH] Add CFBundleIdentifier to Info.plist.in
The CFBundleIdentifier key is necessary to associate lite-xl application to all files with a certain extension.
---
resources/macos/Info.plist.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/resources/macos/Info.plist.in b/resources/macos/Info.plist.in
index 4d715f2f..2cb6208e 100644
--- a/resources/macos/Info.plist.in
+++ b/resources/macos/Info.plist.in
@@ -8,6 +8,8 @@
lite-xl
CFBundleIconFile
icon.icns
+ CFBundleIdentifier
+ com.lite-xl
CFBundleName
Lite XL
CFBundlePackageType