Skip to content

Commit 8635dd8

Browse files
Fix dfu-util untrusted warning on macOS
1 parent d32bebc commit 8635dd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
240240
<dict>
241241
<key>com.apple.security.cs.disable-library-validation</key>
242242
<true/>
243+
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
244+
<true/>
243245
</dict>
244246
</plist>
245247
EOF

0 commit comments

Comments
 (0)