Skip to content

Commit

Permalink
Disable library validation for macOS builds
Browse files Browse the repository at this point in the history
This seems to be required, at least for now, to make
it work with unsigned extensions.
  • Loading branch information
YuriSizov committed Apr 30, 2024
1 parent 4f94f91 commit 4c17c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ codesign/entitlements/custom_file=""
codesign/entitlements/allow_jit_code_execution=false
codesign/entitlements/allow_unsigned_executable_memory=false
codesign/entitlements/allow_dyld_environment_variables=false
codesign/entitlements/disable_library_validation=false
codesign/entitlements/disable_library_validation=true
codesign/entitlements/audio_input=false
codesign/entitlements/camera=false
codesign/entitlements/location=false
Expand Down

0 comments on commit 4c17c31

Please sign in to comment.