fix: disable rosetta as Electron does not run under rosetta (#24670)

This commit is contained in:
Samuel Attard 2020-07-27 13:26:04 -07:00 коммит произвёл GitHub
Родитель a612fb00c8
Коммит 4829b0f816
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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