Skip to content

Commit f5a030a

Browse files
committed
allow logging macos
1 parent 0ba106d commit f5a030a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build/entitlements.mac.plist

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<key>com.apple.security.cs.disable-library-validation</key>
1010
<true/>
1111
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
12-
<false/>
12+
<true/>
13+
<key>com.apple.system.logging</key>
14+
<true/>
1315
</dict>
1416
</plist>

src/default-services.js

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = [
3030
{
3131
name: 'Arte',
3232
title: 'Arte.tv',
33+
hidden: true,
3334
logo: 'imgs/arte.svg',
3435
url: 'https://arte.tv',
3536
color: '#FA572E',

0 commit comments

Comments
 (0)