mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 06:05:52 -06:00
- Code rework - Native OSD - Change default shortcuts for problems with apps - Codesign app Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
18 lines
514 B
Text
18 lines
514 B
Text
<?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>BuildAliasOf</key>
|
|
<string>OSDFramework</string>
|
|
<key>BuildVersion</key>
|
|
<string>487</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1</string>
|
|
<key>ProjectName</key>
|
|
<string>OSDFramework</string>
|
|
<key>SourceVersion</key>
|
|
<string>27000000000000</string>
|
|
</dict>
|
|
</plist>
|