我想将我的代码库拆分成一个我想上传到github和GUI应用程序的库.我希望使用最近推出的SwiftPM是一个好主意.
但是我能够找到的所有示例都显示了创建一个控制台应用程序swift package init --type executable.
我想知道如何使用资产,故事板等所有预生成的东西为macOS Cocoa Application创建一个骨架?
能够访问如下有用的东西会很棒:
swift package build
swift package test
swift package update
...
Run Code Online (Sandbox Code Playgroud)
有任何想法吗?
谢谢!