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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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>