-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist
More file actions
20 lines (20 loc) · 722 Bytes
/
Copy pathInfo.plist
File metadata and controls
20 lines (20 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>CFBundleExecutable</key>
<string>SonyULTMenu</string>
<key>CFBundleIdentifier</key>
<string>com.leonard013.sonyultmenu</string>
<key>CFBundleName</key>
<string>Sony ULT Menu</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSUIElement</key>
<true/>
<key>LSMinimumSystemVersion</key>
<string>13.0</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Sony ULT Menu connects to your headphones to control ANC, Ambient Sound, and ULT bass modes.</string>
</dict>
</plist>