revert: disable rosetta as Electron does not run under rosetta

This reverts commit 4829b0f816.
This commit is contained in:
Samuel Attard 2020-11-18 09:04:16 -08:00 коммит произвёл GitHub
Родитель 2bc859b884
Коммит dcc6196fe7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 0 добавлений и 8 удалений

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

@ -12,7 +12,5 @@
<string>APPL</string>
<key>LSBackgroundOnly</key>
<true/>
<key>LSRequiresNativeExecution</key>
<true/>
</dict>
</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>

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

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

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

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