Skip to content

Commit 650c9e5

Browse files
committed
misc: update to use static libpinmame for iOS
1 parent 5cfe7d9 commit 650c9e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

native/nuget/PinMame.Native.ios-arm64.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
<!-- The build bits -->
2525
<file src="targets\PinMame.Native.ios-arm64.targets" target="build\netstandard2.1" />
2626
<!-- Include libpinmame ios-arm64 binaries -->
27-
<file src="libpinmame-ios-arm64\libpinmame.*.dylib" target="runtimes\ios-arm64\native" />
27+
<file src="libpinmame-ios-arm64\libpinmame.*.a" target="runtimes\ios-arm64\native" />
28+
<file src="libpinmame-ios-arm64\libz.a" target="runtimes\ios-arm64\native" />
2829
<!-- Include the license -->
2930
<file src="..\..\LICENSE.txt" />
3031
<!-- A dummy reference which prevents NuGet from adding any compilation references when this package is imported -->

src/PinMame/Interop/Libraries.iOS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ namespace PinMame.Interop
3333
{
3434
internal static partial class Libraries
3535
{
36-
internal const string PinMame = "libpinmame.3.5.dylib";
36+
internal const string PinMame = "__Internal";
3737
}
3838
}

0 commit comments

Comments
 (0)