Skip to content

Commit

Permalink
fix: disable rosetta as Electron does not run under rosetta (#24744)
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
  • Loading branch information
trop[bot] and MarshallOfSound committed Jul 28, 2020
1 parent 23d0d40 commit 96bd258
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/app/resources/mac/loginhelper-Info.plist
Expand Up @@ -12,5 +12,7 @@
<string>APPL</string>
<key>LSBackgroundOnly</key>
<true/>
<key>LSRequiresNativeExecution</key>
<true/>
</dict>
</plist>
2 changes: 2 additions & 0 deletions shell/browser/resources/mac/Info.plist
Expand Up @@ -40,5 +40,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>
2 changes: 2 additions & 0 deletions shell/common/resources/mac/Info.plist
Expand Up @@ -14,5 +14,7 @@
<true/>
<key>CFBundleVersion</key>
<string>${ELECTRON_VERSION}</string>
<key>LSRequiresNativeExecution</key>
<true/>
</dict>
</plist>
2 changes: 2 additions & 0 deletions shell/renderer/resources/mac/Info.plist
Expand Up @@ -12,5 +12,7 @@
<true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>LSRequiresNativeExecution</key>
<true/>
</dict>
</plist>

0 comments on commit 96bd258

Please sign in to comment.