You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-14
Original file line number
Diff line number
Diff line change
@@ -28,27 +28,27 @@ reenumerate -v 0x0b05,0x1869
28
28
```
29
29
30
30
<details>
31
-
<summary>Build sign and install by yourself</summary>
31
+
<summary>Build sign and install by yourself</summary>
32
32
33
-
In order to build and use this driver, make sure your SIP is disabled and you have a free Apple developer account along with Xcode.
33
+
In order to build and use this driver, make sure your SIP is disabled and you have a free Apple developer account along with Xcode.
34
34
35
-
Then, you need to change the `codesign.sh` file to reflect your own developer identity. Follow the steps below to find and update your developer identity.
35
+
Then, you need to change the `codesign.sh` file to reflect your own developer identity. Follow the steps below to find and update your developer identity.
36
36
37
-
```sh
38
-
# Find the code signing identity
39
-
security find-identity -p codesigning -v
40
-
```
37
+
```sh
38
+
# Find the code signing identity
39
+
security find-identity -p codesigning -v
40
+
```
41
41
42
-
Copy the identity you get and then open the `codesign.sh` file. Replace the existing identity with the new one.
42
+
Copy the identity you get and then open the `codesign.sh` file. Replace the existing identity with the new one.
43
43
44
-
Now we need to enable DriverKit development mode. Run `systemextensionsctl developer on` in Terminal.
44
+
Now we need to enable DriverKit development mode. Run `systemextensionsctl developer on` in Terminal.
45
45
46
-
Now run the following commands in Terminal to build and install.
46
+
Now run the following commands in Terminal to build and install.
0 commit comments