Commit Graph

12 Commits

Author SHA1 Message Date
pancake
96e6d1c80e
Update documentation for macOS/arm64e ##doc 2024-02-19 21:55:29 +01:00
pancake
97c594d009 Extend macos.md with DevToolsSecurity and SIP instructions 2022-02-11 02:26:12 +01:00
Hye Sung Jung
757c23d5db Fix spelling errors (#15904) 2020-01-27 07:43:47 +01:00
ilian
7c1f4bfc17 Fix broken pkg uninstall command on macOS (#15437)
Provide a proper package ID to get rid of the following error:
`No receipt for 'radare2.pkg' found at '/'.`

Prepend a `/` for each returned path by the `pkgutil` command, to make
it an absolute path instead of a relative one.

Avoid invoking the `sudo` command for each file, which speeds up the
command significantly.
2019-11-10 02:15:05 +01:00
ilian
15d0bb43d7 Improve macOS installation documentation (#15438) ##doc
Avoid ambiguous signing certificates on macOS.
If a user manually installed a new code signing certificate into the
login keychain as documented, the install script will fail to sign r2 
because the `sys/macos-cert.sh` script generates a new certificate in
the System keychain. This results in the following error when signing:
```
org.radare.radare2: ambiguous (matches "org.radare.radare2" in /Users/user/Library/Keychains/login.keychain-db and "org.radare.radare2" in /Library/Keychains/System.keychain)
```
To be constistent with `sys/macos-cert.sh`, change manual certificate
generation steps to install to System keychain instead of login
keychain.

Mention that code signing certificate generation is automated by the
install script before listing the manual steps to generate a new
code signing certificate.
2019-11-10 02:14:50 +01:00
Anton Kochkov
b22d9f3065 Fix grammar across the code 2019-06-18 14:51:30 +08:00
pancake
64374d605f Add macos pkg uninstallaton script instructions 2019-05-04 16:02:11 +02:00
Christian Håland
db56445548 Fix markdown formatting to show a list instead of a blob of text. (#9977) 2018-04-28 14:06:11 +02:00
Evan Carroll
c12418f05f moved to markdown extension (#9522) 2018-02-27 10:54:54 +01:00
Raul Siles
c89ae55862 Add non-priv user to the Developer Tools group in macOS (#8839) 2017-11-15 10:44:55 -05:00
Raul Siles
08d9abe283 Change references from OSX to macOS 2017-11-15 10:43:31 -05:00
kaka012
06b2b32dc0 Add commentary about SIP and Apple-signed binaries (#8780) 2017-11-04 20:12:13 +01:00