зеркало из https://github.com/electron/electron.git
fix: disable rosetta as Electron does not run under rosetta (#24670)
This commit is contained in:
Родитель
a612fb00c8
Коммит
4829b0f816
|
@ -12,5 +12,7 @@
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>LSBackgroundOnly</key>
|
<key>LSBackgroundOnly</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>LSRequiresNativeExecution</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
@ -40,5 +40,7 @@
|
||||||
<string>This app needs access to the microphone</string>
|
<string>This app needs access to the microphone</string>
|
||||||
<key>NSCameraUsageDescription</key>
|
<key>NSCameraUsageDescription</key>
|
||||||
<string>This app needs access to the camera</string>
|
<string>This app needs access to the camera</string>
|
||||||
|
<key>LSRequiresNativeExecution</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
@ -14,5 +14,7 @@
|
||||||
<true/>
|
<true/>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>${ELECTRON_VERSION}</string>
|
<string>${ELECTRON_VERSION}</string>
|
||||||
|
<key>LSRequiresNativeExecution</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
@ -12,5 +12,7 @@
|
||||||
<true/>
|
<true/>
|
||||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>LSRequiresNativeExecution</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче