mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-23 23:37:48 -05:00
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?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>CFBundleDisplayName</key>
|
|
<string>OpenRGB</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>${ASSETCATALOG_COMPILER_APPICON_NAME}</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
|
<key>CFBundleName</key>
|
|
<string>OpenRGB</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>${QMAKE_SHORT_VERSION}</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>${QMAKE_PKGINFO_TYPEINFO}</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>${QMAKE_FULL_VERSION}</string>
|
|
<key>NOTE</key>
|
|
<string>This file was generated by Qt/QMake.</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Distributed under GNU General Public License v2.0</string>
|
|
</dict>
|
|
</plist>
|