-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist
More file actions
23 lines (23 loc) · 1.53 KB
/
Copy pathInfo.plist
File metadata and controls
23 lines (23 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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>CFBundleName</key> <string>WiFi2QR</string>
<key>CFBundleDisplayName</key> <string>Wi-Fi → QR</string>
<key>CFBundleIdentifier</key> <string>com.mineracks.wifi2qr</string>
<key>CFBundleExecutable</key> <string>WiFi2QR</string>
<key>CFBundleIconFile</key> <string>AppIcon</string>
<key>CFBundleVersion</key> <string>1</string>
<key>CFBundleShortVersionString</key> <string>1.0</string>
<key>CFBundlePackageType</key> <string>APPL</string>
<key>LSMinimumSystemVersion</key> <string>13.0</string>
<key>LSApplicationCategoryType</key> <string>public.app-category.utilities</string>
<key>NSHighResolutionCapable</key> <true/>
<key>NSHumanReadableCopyright</key> <string>© 2026 mineracks · MIT licensed</string>
<!-- macOS only exposes the current Wi-Fi SSID to apps holding Location authorization. -->
<key>NSLocationWhenInUseUsageDescription</key>
<string>Wi-Fi2QR needs Location access because macOS only reveals the name of the Wi-Fi network you're on to apps that have it. Your location is never stored or sent anywhere.</string>
<key>NSLocationUsageDescription</key>
<string>Wi-Fi2QR needs Location access because macOS only reveals the name of the Wi-Fi network you're on to apps that have it. Your location is never stored or sent anywhere.</string>
</dict>
</plist>