adds mac build

This commit is contained in:
2025-05-25 20:49:38 -04:00
parent 2af286fe0e
commit 68958ae60b
7 changed files with 2214 additions and 0 deletions

View File

@ -0,0 +1,29 @@
<?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>
<dict>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.Reverb</string>
<key>CFBundleName</key>
<string>Reverb</string>
<key>CFBundleDisplayName</key>
<string>Reverb</string>
<key>CFBundlePackageType</key>
<string></string>
<key>CFBundleSignature</key>
<string></string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>