Merge pull request #764 from lorsatti/master
Add CFBundleIdentifier to Info.plist.in
This commit is contained in:
commit
4be8a8b582
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue