Skip to content

Commit ff191c1

Browse files
committed
Normalize mac entitlements plist formatting
1 parent 0a771b8 commit ff191c1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

build/entitlements.mac.inherit.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<plist version="1.0">
44
<dict>
55
<key>com.apple.security.cs.allow-jit</key>
6-
<true />
6+
<true/>
77
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
8-
<true />
8+
<true/>
99
<key>com.apple.security.cs.disable-library-validation</key>
10-
<true />
10+
<true/>
1111
</dict>
1212
</plist>

build/entitlements.mac.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<dict>
55
<!-- Required by Electron's V8 JIT under Hardened Runtime. -->
66
<key>com.apple.security.cs.allow-jit</key>
7-
<true />
7+
<true/>
88
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
9-
<true />
9+
<true/>
1010
</dict>
1111
</plist>

0 commit comments

Comments
 (0)