mac release script & bundle

This commit is contained in:
JohannesItten
2026-09-05 12:08:26 +03:00
parent 3768397bfd
commit 8f59049579
16 changed files with 422 additions and 1 deletions
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple/DTD PLIST 1.0//EN"
"https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string>MXL Player</string>
<key>CFBundleDisplayName</key>
<string>MXL Player</string>
<key>CFBundleIdentifier</key>
<string>io.github.jitten.mxl-player</string>
<key>CFBundleExecutable</key>
<string>mxl-player</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>13.0</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.video</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
</dict>
</plist>