Skip to content

Commit

Permalink
[C# MauiModelTester] Fix icon name in Info.plist (#21666)
Browse files Browse the repository at this point in the history
Fix icon name in Info.plist. It now matches the icon at `csharp/tools/MauiModelTester/Resources/AppIcon/onnxruntime_icon.png`.
  • Loading branch information
edgchen1 authored Nov 6, 2024
1 parent deee480 commit 742a0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/tools/MauiModelTester/Platforms/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>XSAppIconAssets</key>
<string>Assets.xcassets/appicon.appiconset</string>
<string>Assets.xcassets/onnxruntime_icon.appiconset</string>
</dict>
</plist>

0 comments on commit 742a0d3

Please sign in to comment.