revert: disable rosetta as Electron does not run under rosetta

This reverts commit 4829b0f816.

Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
This commit is contained in:
trop[bot]
2020-11-18 11:18:49 -08:00
committed by GitHub
parent 63e6f08768
commit e119699ae2
4 changed files with 0 additions and 8 deletions

View File

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

View File

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

View File

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