dejavu/Shipping/Mac/MacNoEditor/dejavu.app/Contents/Info.plist
2020-02-13 16:54:12 -05:00

39 lines
1.1 KiB
Text

<?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>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>dejavu</string>
<key>CFBundleIconFile</key>
<string>dejavu</string>
<key>CFBundleIdentifier</key>
<string>com.epicgames.dejavu</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>dejavu</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.24.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.24.2</string>
<key>LSMinimumSystemVersion</key>
<string>10.13.6</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<false/>
<key>NSHighResolutionMagnifyAllowed</key>
<false/>
</dict>
</plist>