montana/macOS/MontanaPresence/Montana.app/Contents/Info.plist

48 lines
1.4 KiB
Plaintext
Raw Normal View History

<?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>CFBundleDisplayName</key>
<string>Montana</string>
<key>CFBundleName</key>
<string>Montana</string>
<key>CFBundleIdentifier</key>
<string>network.montana.presence</string>
<key>CFBundleShortVersionString</key>
<string>3.18.0</string>
<key>CFBundleVersion</key>
<string>130</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleExecutable</key>
<string>MontanaPresence</string>
<key>CFBundleIconFile</key>
<string>Montana</string>
<key>LSUIElement</key>
<false/>
<key>LSMinimumSystemVersion</key>
<string>14.0</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>176.124.208.93</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
<key>72.56.102.240</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
<key>91.200.148.93</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
</dict>
</plist>