Add CFBundleIdentifier to Info.plist.in

The CFBundleIdentifier key is necessary to associate lite-xl application to all files with a certain extension.
This commit is contained in:
Lorenzo Orsatti
2021-12-22 22:18:22 +01:00
committed by GitHub
parent 590c8bb456
commit 66bc551488
+2
View File
@@ -8,6 +8,8 @@
<string>lite-xl</string>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundleIdentifier</key>
<string>com.lite-xl</string>
<key>CFBundleName</key>
<string>Lite XL</string>
<key>CFBundlePackageType</key>