1
0
Fork 0

Add macOS release CI job

The builds have all optional features turned off to avoid dealing with
static linking of additional libraries.
This commit is contained in:
Patryk Obara 2020-02-16 11:34:49 +01:00 committed by Patryk Obara
parent a5ade1ba5c
commit 69fea29f1e
4 changed files with 128 additions and 0 deletions

View file

@ -0,0 +1,50 @@
<?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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>dosbox-staging</string>
<key>CFBundleExecutable</key>
<string>dosbox</string>
<key>CFBundleIconFile</key>
<string>dosbox-staging.icns</string>
<!--
<key>CFBundleIdentifier</key>
<string>io.github.dosbox-staging</string>
-->
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>dosbox-staging</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.75.0</string>
<key>CFBundleVersion</key>
<string>%VERSION%</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2002-2020 The DOSBox Team</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>CGDisableCoalescedUpdates</key>
<true/>
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<key>x86_64</key>
<string>10.10.0</string>
</dict>
</dict>
</plist>

1
contrib/macos/PkgInfo Normal file
View file

@ -0,0 +1 @@
APPL????