Skip to content

Commit

Permalink
fix: disable rosetta as Electron does not run under rosetta (#24670)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored Jul 27, 2020
1 parent a612fb0 commit 4829b0f
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
<true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>LSRequiresNativeExecution</key>
<true/>
</dict>
</plist>

0 comments on commit 4829b0f

Please sign in to comment.