We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba106d commit f5a030aCopy full SHA for f5a030a
build/entitlements.mac.plist
@@ -9,6 +9,8 @@
9
<key>com.apple.security.cs.disable-library-validation</key>
10
<true/>
11
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
12
- <false/>
+ <true/>
13
+ <key>com.apple.system.logging</key>
14
15
</dict>
16
</plist>
src/default-services.js
@@ -30,6 +30,7 @@ module.exports = [
30
{
31
name: 'Arte',
32
title: 'Arte.tv',
33
+ hidden: true,
34
logo: 'imgs/arte.svg',
35
url: 'https://arte.tv',
36
color: '#FA572E',
0 commit comments