Posts

Post not yet marked as solved
1 Replies
0 Views
Got it! I found it at the “Repository for Swift Playgrounds WWDC19 session demo content.”: wwdcswiftplaygrounds2019.github.io
Post not yet marked as solved
3 Replies
0 Views
I raised an issue FB7679679
Post not yet marked as solved
3 Replies
0 Views
That's really interesting because I am not offered those (sensible) completions. Just the one in my post plus one otherButton(<#T##configuration: PrimitiveButtonStyleConfiguration##PrimitiveButtonStyleConfiguration#>) ... plus a great many suggestions seemingly not to do with initializing a Button AFAICS
Post not yet marked as solved
42 Replies
0 Views
Thanks. Just o add thatI am stil lable to clone from existing repos on MacOS Server 5.4 and create new ones the "old-fashioned" way. Which I will do as I have quite a few repos referenced from all over the place so I do not wish to relocate. so, for example:ssh to MacOS Server 5.4 then: cd /Library/Developer/XcodeServer/HostedRepositories mkdir my_project.git cd my_project.git git init --bare git update-server-info # If planning to serve via HTTP