We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32bebc commit 8635dd8Copy full SHA for 8635dd8
build.sh
@@ -240,6 +240,8 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
240
<dict>
241
<key>com.apple.security.cs.disable-library-validation</key>
242
<true/>
243
+ <key>com.apple.security.cs.allow-dyld-environment-variables</key>
244
+ <true/>
245
</dict>
246
</plist>
247
EOF
0 commit comments