Skip to content

Commit

Permalink
[win] add swift_Concurrency.dll
Browse files Browse the repository at this point in the history
It's a required runtime dependency on Windows.

Also update the package ID since the Swift runtime bits are now specific to this repo.
  • Loading branch information
nil4 committed Nov 6, 2024
1 parent c799959 commit 89cb5ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata minClientVersion="4.0">
<id>RoyalApps.native.SwiftRuntime.$NUGET_RID$</id>
<id>RoyalApps.RoyalVNCKit.native.SwiftRuntime.$NUGET_RID$</id>
<version>$NUGET_SWIFT_RT_VERSION$</version>
<authors>RoyalApps</authors>
<license type="expression">MIT</license>
Expand All @@ -19,6 +19,7 @@
<file src="$SWIFT_RT_DIR$\BlocksRuntime.dll" target="runtimes/$NUGET_RID$/native/BlocksRuntime.dll" />
<file src="$SWIFT_RT_DIR$\dispatch.dll" target="runtimes/$NUGET_RID$/native/dispatch.dll" />
<file src="$SWIFT_RT_DIR$\FoundationEssentials.dll" target="runtimes/$NUGET_RID$/native/FoundationEssentials.dll" />
<file src="$SWIFT_RT_DIR$\swift_Concurrency.dll" target="runtimes/$NUGET_RID$/native/swift_Concurrency.dll" />
<file src="$SWIFT_RT_DIR$\swift_RegexParser.dll" target="runtimes/$NUGET_RID$/native/swift_RegexParser.dll" />
<file src="$SWIFT_RT_DIR$\swift_StringProcessing.dll" target="runtimes/$NUGET_RID$/native/swift_StringProcessing.dll" />
<file src="$SWIFT_RT_DIR$\swiftCore.dll" target="runtimes/$NUGET_RID$/native/swiftCore.dll" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<repository type="git" url="https://github.com/royalapplications/royalvnc.git" commit="$NUGET_GIT_COMMIT$" />
<dependencies>
<group>
<dependency id="RoyalApps.native.SwiftRuntime.$NUGET_RID$" version="$NUGET_SWIFT_RT_VERSION$" />
<dependency id="RoyalApps.RoyalVNCKit.native.SwiftRuntime.$NUGET_RID$" version="$NUGET_SWIFT_RT_VERSION$" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 89cb5ce

Please sign in to comment.