Files
LuaCsForBarotraumaEP/Deploy/DeployAll/macSkeleton/Barotrauma.app/Contents/info.plist
Juan Pablo Arce 3f2c843247 Unstable v0.19.3.0
2022-09-02 15:10:56 -03:00

37 lines
1.3 KiB
Plaintext

<?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>CFBundleExecutable</key>
<string>Barotrauma</string>
<key>CFBundleIconFile</key>
<string>barotrauma</string>
<key>CFBundleIdentifier</key>
<string>com.FakeFish.Barotrauma</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Barotrauma</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>{short_version_string}</string>
<key>CFBundleSignature</key>
<string>FONV</string>
<key>CFBundleVersion</key>
<string>{version}</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
<key>NSMicrophoneUsageDescription</key>
<string>Needs microphone access for in-game communications</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017-{current_year} FakeFish. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>