2014-01-31 09:39:31 +00:00
|
|
|
<?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>CFBundleIdentifier</key>
|
2019-06-17 22:56:15 +00:00
|
|
|
<string>${ELECTRON_BUNDLE_ID}</string>
|
2014-01-31 09:39:31 +00:00
|
|
|
<key>CFBundleName</key>
|
2015-10-09 08:16:35 +00:00
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
2014-01-31 09:39:31 +00:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>FMWK</string>
|
2014-05-13 16:33:54 +00:00
|
|
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
|
|
<true/>
|
2018-08-29 17:31:45 +00:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>${ELECTRON_VERSION}</string>
|
2022-04-28 14:28:27 +00:00
|
|
|
<key>LSEnvironment</key>
|
|
|
|
<dict>
|
|
|
|
<key>MallocNanoZone</key>
|
|
|
|
<string>0</string>
|
|
|
|
</dict>
|
2014-01-31 09:39:31 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|