From 742a0d30beead962a7ce114bdc986eb27eea5a4d Mon Sep 17 00:00:00 2001
From: Edward Chen <18449977+edgchen1@users.noreply.github.com>
Date: Tue, 5 Nov 2024 16:55:38 -0800
Subject: [PATCH] [C# MauiModelTester] Fix icon name in Info.plist (#21666)
Fix icon name in Info.plist. It now matches the icon at `csharp/tools/MauiModelTester/Resources/AppIcon/onnxruntime_icon.png`.
---
csharp/tools/MauiModelTester/Platforms/iOS/Info.plist | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csharp/tools/MauiModelTester/Platforms/iOS/Info.plist b/csharp/tools/MauiModelTester/Platforms/iOS/Info.plist
index 0004a4fdee5d5..fbb865624bbda 100644
--- a/csharp/tools/MauiModelTester/Platforms/iOS/Info.plist
+++ b/csharp/tools/MauiModelTester/Platforms/iOS/Info.plist
@@ -27,6 +27,6 @@
UIInterfaceOrientationLandscapeRight
XSAppIconAssets
- Assets.xcassets/appicon.appiconset
+ Assets.xcassets/onnxruntime_icon.appiconset