Skip to content

Commit fdaaee0

Browse files
revert: disable rosetta as Electron does not run under rosetta
This reverts commit 4829b0f. Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
1 parent 3f2d5c2 commit fdaaee0

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

shell/app/resources/mac/loginhelper-Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@
1212
<string>APPL</string>
1313
<key>LSBackgroundOnly</key>
1414
<true/>
15-
<key>LSRequiresNativeExecution</key>
16-
<true/>
1715
</dict>
1816
</plist>

shell/browser/resources/mac/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,5 @@
3838
<string>This app needs access to the microphone</string>
3939
<key>NSCameraUsageDescription</key>
4040
<string>This app needs access to the camera</string>
41-
<key>LSRequiresNativeExecution</key>
42-
<true/>
4341
</dict>
4442
</plist>

shell/common/resources/mac/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@
1414
<true/>
1515
<key>CFBundleVersion</key>
1616
<string>${ELECTRON_VERSION}</string>
17-
<key>LSRequiresNativeExecution</key>
18-
<true/>
1917
</dict>
2018
</plist>

shell/renderer/resources/mac/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@
1212
<true/>
1313
<key>NSSupportsAutomaticGraphicsSwitching</key>
1414
<true/>
15-
<key>LSRequiresNativeExecution</key>
16-
<true/>
1715
</dict>
1816
</plist>

0 commit comments

Comments
 (0)