Skip to content

Commit 7051f80

Browse files
committed
up
1 parent fbdc499 commit 7051f80

File tree

74 files changed

+1327
-897
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1327
-897
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# chatmcp
1+
<div align="center">
2+
<img src="./macos/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]" alt="logo">
3+
<h1>chatmcp</h1>
4+
</div>
25

36
AI Chat with [MCP](https://modelcontextprotocol.io/introduction) Server use Any LLM Model
47

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<application
33
android:label="chatmcp"
44
android:name="${applicationName}"
5-
android:icon="@mipmap/ic_launcher">
5+
android:icon="@mipmap/launcher_icon">
66
<activity
77
android:name=".MainActivity"
88
android:exported="true"
2.81 KB
Loading
1.67 KB
Loading
3.9 KB
Loading
6.59 KB
Loading
10.1 KB
Loading

assets/logo.png

225 KB
Loading

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
isa = XCBuildConfiguration;
429429
buildSettings = {
430430
ALWAYS_SEARCH_USER_PATHS = NO;
431-
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
431+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
432432
CLANG_ANALYZER_NONNULL = YES;
433433
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
434434
CLANG_CXX_LIBRARY = "libc++";
@@ -485,7 +485,7 @@
485485
isa = XCBuildConfiguration;
486486
buildSettings = {
487487
ALWAYS_SEARCH_USER_PATHS = NO;
488-
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
488+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
489489
CLANG_ANALYZER_NONNULL = YES;
490490
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
491491
CLANG_CXX_LIBRARY = "libc++";
116 KB
Loading

0 commit comments

Comments
 (0)