diff options
Diffstat (limited to 'src/common/apple/Info.plist.in')
| -rw-r--r-- | src/common/apple/Info.plist.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/common/apple/Info.plist.in b/src/common/apple/Info.plist.in new file mode 100644 index 0000000..5220053 --- /dev/null +++ b/src/common/apple/Info.plist.in @@ -0,0 +1,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> |