chrisenytc/ubauth

View on GitHub
resources/osx/helper_apps/Info EH.plist

Summary

Maintainability
Test Coverage
<?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>{{productName}} Helper EH</string>
    <key>CFBundleExecutable</key>
    <string>{{productName}} Helper EH</string>
    <key>CFBundleIdentifier</key>
    <string>{{identifier}}.helper.EH</string>
    <key>CFBundleName</key>
    <string>{{productName}} Helper EH</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>DTSDKName</key>
    <string>macosx</string>
    <key>LSUIElement</key>
    <true/>
    <key>NSSupportsAutomaticGraphicsSwitching</key>
    <true/>
</dict>
</plist>