Skip to content

Commit

Permalink
misc: update to support ios-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jsm174 committed Jan 9, 2022
1 parent d121382 commit e16c54f
Show file tree
Hide file tree
Showing 10 changed files with 614 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
rid: osx-x64
- os: macos-latest
rid: osx-arm64
- os: macos-latest
rid: ios-arm64
- os: ubuntu-latest
rid: linux-x64
steps:
Expand Down
9 changes: 4 additions & 5 deletions VisualPinball.Engine/VisualPinball.Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,14 @@
<ItemGroup>
<Plugins Include="$(OutDir)NLog.dll" />
<Plugins Include="$(OutDir)OpenMcdf.dll" />

<Plugins Include="$(OutDir)NetMiniZ.dll" />
<Plugins Include="$(NuGetPackageRoot)\netminiz.native.$(RuntimeIdentifier)\1.3.0\runtimes\$(RuntimeIdentifier)\native\*" />

<Plugins Include="$(OutDir)NetVips.dll" />
<Plugins Include="$(NuGetPackageRoot)\netvips.native.$(RuntimeIdentifier)\8.12.1\runtimes\$(RuntimeIdentifier)\native\*" />

<Plugins Include="$(OutDir)System.Buffers.dll" />
</ItemGroup>
<ItemGroup Condition="'$(RuntimeIdentifier)' != 'ios-arm64'">
<Plugins Include="$(NuGetPackageRoot)\netminiz.native.$(RuntimeIdentifier)\1.3.0\runtimes\$(RuntimeIdentifier)\native\*" />
<Plugins Include="$(NuGetPackageRoot)\netvips.native.$(RuntimeIdentifier)\8.12.1\runtimes\$(RuntimeIdentifier)\native\*" />
</ItemGroup>
<Message Text="PluginsDeploy: @(Plugins)" />
<Copy SourceFiles="@(Plugins)" DestinationFolder="..\VisualPinball.Unity\Plugins\$(RuntimeIdentifier)\" SkipUnchangedFiles="true" />
</Target>
Expand Down
76 changes: 76 additions & 0 deletions VisualPinball.Unity/Plugins/ios-arm64/FluentAssertions.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 76 additions & 0 deletions VisualPinball.Unity/Plugins/ios-arm64/NLog.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 76 additions & 0 deletions VisualPinball.Unity/Plugins/ios-arm64/NetMiniZ.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e16c54f

Please sign in to comment.