From 420249889d49fc0c1a1d0fb0f75d2fb354dac1dc Mon Sep 17 00:00:00 2001 From: zlwu Date: Sun, 17 Nov 2024 13:35:32 +0800 Subject: [PATCH] fix app name --- macos/Runner/Configs/AppInfo.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/Runner/Configs/AppInfo.xcconfig b/macos/Runner/Configs/AppInfo.xcconfig index da94c63..22b0d36 100644 --- a/macos/Runner/Configs/AppInfo.xcconfig +++ b/macos/Runner/Configs/AppInfo.xcconfig @@ -9,7 +9,7 @@ // 'flutter create' template. // The application's name. By default this is also the title of the Flutter window. -PRODUCT_NAME = ollama_app +PRODUCT_NAME = Ollama // The application's bundle identifier PRODUCT_BUNDLE_IDENTIFIER = com.freakurl.apps.ollamaApp