Re: [swift-users] SPM: how to create cocoa xcode projects?

2017-01-26 Thread Rien via swift-users
> On 26 Jan 2017, at 17:58, Doug Hill wrote: > > In Xcode, select menu item File>New>Project > > Select the template for macOS>Cocoa Application > > Doug Hill > Yes, but what is the best way to create a cocoa application building on a bunch of SPM packages? Rien. > >> On Jan 26, 2017, at

Re: [swift-users] SPM: how to create cocoa xcode projects?

2017-01-26 Thread Doug Hill via swift-users
In Xcode, select menu item File>New>Project Select the template for macOS>Cocoa Application Doug Hill > On Jan 26, 2017, at 4:24 AM, Rien via swift-users > wrote: > > Just a quick question, > >> swift package init —type executable > > creates an xcode project with a main.swift. > > I want

[swift-users] SPM: how to create cocoa xcode projects?

2017-01-26 Thread Rien via swift-users
Just a quick question, > swift package init —type executable creates an xcode project with a main.swift. I want to create a macOS cocoa based application. How is that best achieved? Or is that not supported yet? Regards, Rien Site: http://balancingrock.nl Blog: http://swiftrien.blogspot.com G