From 072f2c7402a99c54305f7f10205640709b282b40 Mon Sep 17 00:00:00 2001 From: david-swift Date: Sat, 8 Feb 2025 13:51:54 +0100 Subject: [PATCH] Remove outdated warning --- Package.swift | 6 +++--- README.md | 11 +---------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/Package.swift b/Package.swift index b1ec976..5e97070 100644 --- a/Package.swift +++ b/Package.swift @@ -19,9 +19,9 @@ let package = Package( .library(name: "CWinAppSDK", targets: ["CWinAppSDK"]), ], dependencies: [ - .package(url: "https://github.com/thebrowsercompany/swift-cwinrt", branch: "main"), - .package(url: "https://github.com/thebrowsercompany/swift-uwp", branch: "main"), - .package(url: "https://github.com/thebrowsercompany/swift-windowsfoundation", branch: "main"), + .package(url: "https://git.aparoksha.dev/winui-swift/swift-cwinrt", branch: "main"), + .package(url: "https://git.aparoksha.dev/winui-swift/swift-uwp", branch: "main"), + .package(url: "https://git.aparoksha.dev/winui-swift/swift-windowsfoundation", branch: "main"), ], targets: [ .target( diff --git a/README.md b/README.md index 4e99567..ae6dbb9 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,9 @@ # swift-windowsappsdk -> [!WARNING] -> This project contains an outdated snapshot of a subset of WinRT projections generated with [swift-winrt](https://github.com/thebrowsercompany/swift-winrt), provided for illustration purposes. To use WinRT APIs in your Swift project, we recommend using [swift-winrt](https://github.com/thebrowsercompany/swift-winrt) directly to generate your own projections. +This is based on [thebrowsercompany/swift-windowsappsdk](https://github.com/thebrowsercompany/swift-windowsappsdk). Swift Language Bindings for the Windows App SDK APIs -These APIs are intendened to be used in conjuction with the following projects: -- [swift-winui](https://github.com/thebrowsercompany/swift-winui) -- [swift-win2d](https://github.com/thebrowsercompany/swift-win2d) - ## APIs These projections contains a subset of APIs for the Windows App SDK, minus those of WinUI (`Microsoft.UI.Xaml`). See official documentation for more information on these components: @@ -25,10 +20,6 @@ The bindings are generated from WinMD files, found in NuGet packages on Nuget.or 1. projections.json - this specifies the project/package and which apis to include in the projection 2. generate-bindings.ps1 - this file reads `projections.json` and generates the appropriate bindings. -## Filing Issues - -Please file any issues you have with this repository on https://github.com/thebrowsercompany/swift-winrt - ## Known Issues and Limitations - Only x64 architecture is supported right now