macOSでコンパイル可能に

This commit is contained in:
2026-05-27 14:59:34 +09:00
parent 9b544ce55d
commit 4e51644fa1
5 changed files with 67 additions and 0 deletions

22
macos/Info.plist Normal file
View File

@@ -0,0 +1,22 @@
<?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>Hexagon</string>
<key>CFBundleIdentifier</key>
<string>moe.technicalsuwako.hexagon</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleExecutable</key>
<string>hexagon</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>LSMinimumSystemVersion</key>
<string>11.0</string>
<key>CFBundleIconFile</key>
<string>Hexagon.icns</string>
</dict>
</plist>