Xcode GPG not found issue

If you use GPG and Xcode you may have run into this error. From what I can tell if doesn’t really matter and you can still commit just fine (in the terminal if you want to use GPG), but it was annoying me. So I went spelunking and found this post on GitHub. In the post the author shares a git …

TIL: Xcode has the ability to split editors vertically

I have used VSCode for much of my career (for historical .NETy reasons) and really like its ability to split editor panes. Particularly the ability to split horizontally and vertically. I was bummed when moving to Xcode and found I wasn’t able to do this…Until now! How to do split …