Skip to content
Snippets Groups Projects
Info.plist 847 B
<?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>
  <dict>
    <key>CFBundleExecutable</key>
    <string>${EXECUTABLE_NAME}</string>
    <key>CFBundleIconFile</key>
    <string>Icon.icns</string>
    <key>CFBundleIdentifier</key>
    <string>org.open-ephys.gui</string>
    <key>CFBundleName</key>
    <string>open-ephys</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleShortVersionString</key>
    <string>0.4.0</string>
    <key>CFBundleVersion</key>
    <string>0.4.0</string>
    <key>NSHumanReadableCopyright</key>
    <string>Open Ephys</string>
    <key>NSHighResolutionCapable</key>
    <true/>
  </dict>
</plist>