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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,5 @@ There's already a few other RPC apps out there. But they come with a few caveats
6
6
7
7
XRPC instead uses Accessibility APIs which work better and also i think applescript launches xcode a lot out of nowhere lol
8
8
9
+
this bug in other rich presence apps happens because it checks if xcode is open in one instant but then it could be closed after the check happens, but its too late and an applescript snippet to check xcode was run already, which will open xcode if its not already open to check its status.
0 commit comments