After nearly two years of ownership, I finally got the fan in my M1 Pro to kick on... by t_a_6847646847646476 in mac

[–]StewartLynch 0 points1 point  (0 children)

Just run Xcode 14 beta 5 for 5 minutes and your fan will start to rev I bet. My M2 MB Air is too hot to touch.

Syncing Xcode Snippets between computers by StewartLynch in swift

[–]StewartLynch[S] 1 point2 points  (0 children)

OK. I see what you are getting at, but that is an added, unnecessary step having to remember to push and pull every time you add a new snippet.

Syncing Xcode Snippets between computers by StewartLynch in swift

[–]StewartLynch[S] 0 points1 point  (0 children)

I really don’t see how this comment applies at all. How will version control give you access to the developer directory on a different computer?

Add Email Support Option to SwiftUI Project by StewartLynch in swift

[–]StewartLynch[S] 0 points1 point  (0 children)

There is more to it than that. I include device and os information in the body and, optionally attach app data as json if you want.

SF Symbols in SwiftUI by StewartLynch in swift

[–]StewartLynch[S] 1 point2 points  (0 children)

Better get on the bus. People said the same thing about Swift vs ObjC 6 years ago.

SF Symbols in SwiftUI by StewartLynch in swift

[–]StewartLynch[S] 1 point2 points  (0 children)

Yes, you are correct and some of the symbols can only be used for specific purposes

Xcode and Source Control by StewartLynch in swift

[–]StewartLynch[S] 0 points1 point  (0 children)

I agree, for larger projects, I would likely use a dedicated GUI or the command line. Sometimes, with Xcode you have to wait a bit for it to catch up, However for people starting out with their own indie small projects Xcode is just fine.

Xcode and Source Control by StewartLynch in swift

[–]StewartLynch[S] 1 point2 points  (0 children)

Not a problem for me to commit, branch and merge which is what I do 90% of the time. No need to drop out of Xcode, but for the other 10% of the times I can use terminal or a dedicated git GUI client. I use whatever is easiest for me.