mirror of
https://github.com/rizinorg/cutter.git
synced 2024-11-23 12:59:59 +00:00
753d4a7bb5
* Do not break Python package making it unsignable * Manaully add one of breakpad libs for codesigning. It doesn't get signed automatically by codesign --deep. * Enable macOS adhoc signing.
8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.security.cs.debugger</key>
|
|
<true/>
|
|
</dict>
|
|
</plist> |