Matt Kiazyk
Matt Kiazyk
@LiYanan2004 can you show me what this looks like on MacOS < 14? Thanks
🤔 agree the 🔗 icon may not be (at first glance) easy to understand. I was trying to keep it clean, so I think having that full release button goes...
I hate SwiftUI sometimes. This __was__ doing it for me, but now it isn't. On a separate machine it was never doing it. So I don't know fully what is...
I'm not sure what to even change here to fix this. I did see it one time on one of my computers but no longer see it and I haven't...
I really hate to hardcode the check, but looks like there's nothing in Apple's api's that gives this. Let me know what trouble you are having building locally?
Just curious if you have Xcodes running from /Applications? A guess would be its saying it doesn't have permission to move the app after it's done unxipping.
Workaround would be to grab the `.xip` from the `~/Users/xxx/Library/Application support/com.robotsandpencils.xcodesapp` directory and manually unxip and move it. If it worked 2 days ago and not now hopefully nothing major...
Hey @crsantos I absolutely think that the operator is a fantastic add for Xcodes, especially those that have come over from `xcversion` My thoughts is that code wise, this would...
on the `install` command you can use `xcodes install 15.3 --no-superuser true` flag to skip the final steps that sudo is required
Hey everybody. Apple removed the way Apple sessions are done so I need to updates both Xcodes to handle the new way. This affected fast lane and others as well....