fix: disable rosetta as Electron does not run under rosetta (#24743)

Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
This commit is contained in:
trop[bot]
2020-07-28 10:56:32 -07:00
committed by GitHub
parent 2a309753aa
commit 5a0b619fc0
4 changed files with 8 additions and 0 deletions

View File

@@ -12,5 +12,7 @@
<string>APPL</string>
<key>LSBackgroundOnly</key>
<true/>
<key>LSRequiresNativeExecution</key>
<true/>
</dict>
</plist>

View File

@@ -38,5 +38,7 @@
<string>This app needs access to the microphone</string>
<key>NSCameraUsageDescription</key>
<string>This app needs access to the camera</string>
<key>LSRequiresNativeExecution</key>
<true/>
</dict>
</plist>

View File

@@ -14,5 +14,7 @@
<true/>
<key>CFBundleVersion</key>
<string>${ELECTRON_VERSION}</string>
<key>LSRequiresNativeExecution</key>
<true/>
</dict>
</plist>

View File

@@ -12,5 +12,7 @@
<true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>LSRequiresNativeExecution</key>
<true/>
</dict>
</plist>