File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments