diff --git a/CLAUDE.md b/CLAUDE.md index 01784ef..ce0d66b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -20,7 +20,7 @@ xcodebuild test -project MMCL.xcodeproj -scheme MMCL -destination 'platform=macO ## Architecture -macOS Minecraft launcher. SwiftUI app with a **Models → Services → Store → Views** layered architecture. References PCL (Plain Craft Launcher) for interaction design and backend management patterns. +MMCL (Melody Minecraft Launcher) — macOS Minecraft launcher. SwiftUI app with a **Models → Services → Store → Views** layered architecture. References PCL (Plain Craft Launcher) for interaction design and backend management patterns. ### Core layers diff --git a/MMCL/Views/WorkspaceViews.swift b/MMCL/Views/WorkspaceViews.swift index ec96aa4..b39b5ec 100644 --- a/MMCL/Views/WorkspaceViews.swift +++ b/MMCL/Views/WorkspaceViews.swift @@ -585,7 +585,7 @@ private struct OtherSettingsTab: View { VStack(alignment: .leading, spacing: 4) { Text("MMCL") .font(.title2.weight(.semibold)) - Text("macOS Minecraft 启动器") + Text("Melody Minecraft Launcher") .font(.subheadline) .foregroundStyle(.secondary) } diff --git a/README.md b/README.md index 62725ff..fff59f5 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ macOS 原生 Minecraft 启动器,基于 SwiftUI 构建,参考 PCL 交互设 2. 双击打开,拖入 Applications 文件夹 3. 首次打开可能需要在「系统设置 → 隐私与安全性」中允许 +> **Tips**: 如果提示"已损坏,无法打开",执行以下命令移除隔离属性: +> ```shell +> xattr -cr /Applications/MMCL.app +> ``` + ### 方式二:从源码构建 ```shell