Openssl + a bunch of other refactorings
This commit is contained in:
parent
b4b22ea9a4
commit
34dd074310
15 changed files with 151 additions and 26 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
all: sign-release sign-debug
|
||||
|
||||
sign-debug:
|
||||
codesign -f --entitlements resources/debugging.entitlements -s - target/debug/rqbit
|
||||
|
||||
sign-release:
|
||||
codesign -f --entitlements resources/debugging.entitlements -s - target/release/rqbit
|
||||
Loading…
Add table
Add a link
Reference in a new issue