Merge pull request #764 from lorsatti/master

Add CFBundleIdentifier to Info.plist.in
This commit is contained in:
Adam
2021-12-23 19:55:41 -05:00
committed by GitHub
+2
View File
@@ -8,6 +8,8 @@
<string>lite-xl</string> <string>lite-xl</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>icon.icns</string> <string>icon.icns</string>
<key>CFBundleIdentifier</key>
<string>com.lite-xl</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>Lite XL</string> <string>Lite XL</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>