Windows 上的 Swift 示例应用
Windows 上的 Swift 示例应用,展示如何使用 Windows App SDK 通过 Swift/WinRT 语言投影来构建 Windows 应用程序。
设置
要求
- 从 thebrowsercompany/swift-build 安装最新的 Swift SDK
- 安装带有 C++ 构建工具的 Visual Studio Community
- 确保安装了适当版本的 Windows App Runtime,如此处所述
VSCode
VSCode 是在 Swift 上开发 Windows 应用的首选编辑器。你可以从 https://code.visualstudio.com/download 下载安装。
如果你选择使用 Visual Studio Code,你需要安装以下扩展:
构建
Windows 应用程序的构建是通过 SPM 完成的。可以在命令行中使用 swift build
或在 Visual Studio Code 中使用 Ctrl+Shift+B
来完成。
在 VSCode 中调试
VSCode 中的调试通过 LLDB 支持。你可以简单地按 F5
或导航到 运行和调试
(Ctrl+Shift+D
) 窗格。