fastfetch-sys 2.43.0

A neofetch like system information tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>CFBundleIdentifier</key>
    <string>fastfetch</string>
    <key>CFBundleName</key>
    <string>@PROJECT_NAME@</string>
	<key>CFBundleShortVersionString</key>
	<string>@PROJECT_VERSION@</string>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>NSBluetoothAlwaysUsageDescription</key>
    <string>For detecting Bluetooth devices</string>
  </dict>
</plist>