diff scripts/mac/Info.plist @ 60:855669ece914

start mac installer
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 04 Jun 2025 22:24:57 -0600
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/mac/Info.plist	Wed Jun 04 22:24:57 2025 -0600
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
+	"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+	<dict>
+		<key>CFBundleName</key>
+		<string>Luan Editor</string>
+
+		<key>CFBundleDisplayName</key>
+		<string>Luan Editor</string>
+
+		<key>CFBundleIdentifier</key>
+		<string>software.luan.editor</string>
+
+		<key>CFBundleVersion</key>
+		<string>1.0</string>
+
+		<key>CFBundleExecutable</key>
+		<string>launcher</string>
+
+		<key>CFBundlePackageType</key>
+		<string>APPL</string>
+
+		<key>NSHighResolutionCapable</key>
+		<true/>
+	</dict>
+</plist>