feat: add MacOS support

This commit is contained in:
andrei-zgirvaci
2025-12-21 17:01:31 +01:00
parent 7643f1ba69
commit 7830d62c7d
2 changed files with 8 additions and 0 deletions
@@ -9,6 +9,11 @@
"commandName": "Project",
"hotReloadEnabled": false,
"workingDirectory": "bin/$(Configuration)/$(TargetFramework)"
},
"Spt Server (Mac)": {
"commandName": "Project",
"hotReloadEnabled": false,
"workingDirectory": "bin/$(Configuration)/$(TargetFramework)/osx-arm64"
}
}
}
+3
View File
@@ -25,6 +25,9 @@
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'linux-x64'">
<AssemblyName>SPT.Server.Linux</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'osx-arm64'">
<AssemblyName>SPT.Server.Mac</AssemblyName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Libraries\SPTarkov.Reflection\SPTarkov.Reflection.csproj" />
<ProjectReference Include="..\Libraries\SPTarkov.Server.Core\SPTarkov.Server.Core.csproj" />