Skip to content

Commit d2efd42

Browse files
committed
added key to plist file to avoid checking keytar for notarization, which was causing issues on building for MAC
1 parent b3f71f1 commit d2efd42

File tree

3 files changed

+423
-23
lines changed

3 files changed

+423
-23
lines changed

build/entitlements.mac.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
<true/>
99
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
1010
<true/>
11+
<key>com.apple.security.cs.disable-library-validation</key>
12+
<true/>
1113
</dict>
1214
</plist>

0 commit comments

Comments
 (0)