<?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>${PRODUCT_NAME}</string> <key>CFBundleExecutable</key> <string>${PRODUCT_NAME}</string> <key>CFBundleIdentifier</key> <string>${ELECTRON_BUNDLE_ID}</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>${PRODUCT_NAME}</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleIconFile</key> <string>electron.icns</string> <key>CFBundleVersion</key> <string>${ELECTRON_VERSION}</string> <key>CFBundleShortVersionString</key> <string>${ELECTRON_VERSION}</string> <key>LSApplicationCategoryType</key> <string>public.app-category.developer-tools</string> <key>LSMinimumSystemVersion</key> <string>10.10.0</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> <string>AtomApplication</string> <key>NSSupportsAutomaticGraphicsSwitching</key> <true/> <key>NSHighResolutionCapable</key> <true/> <key>NSRequiresAquaSystemAppearance</key> <false/> <key>NSQuitAlwaysKeepsWindows</key> <false/> <key>NSMicrophoneUsageDescription</key> <string>This app needs access to the microphone</string> <key>NSCameraUsageDescription</key> <string>This app needs access to the camera</string> </dict> </plist>