Browse Source

revert: disable rosetta as Electron does not run under rosetta

This reverts commit 4829b0f816d760eac6b8369f60912aaa42744a27.
Samuel Attard 4 years ago
parent
commit
dcc6196fe7

+ 0 - 2
shell/app/resources/mac/loginhelper-Info.plist

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

+ 0 - 2
shell/browser/resources/mac/Info.plist

@@ -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>

+ 0 - 2
shell/common/resources/mac/Info.plist

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

+ 0 - 2
shell/renderer/resources/mac/Info.plist

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