From 15bcb585d953f1cca81ccabfd30083201e17a7c5 Mon Sep 17 00:00:00 2001 From: unknownprojectx-360 <55171987+unknownprojectx-360@users.noreply.github.com> Date: Fri, 29 May 2026 15:14:12 +0800 Subject: [PATCH 1/4] Add additional macOS application locations --- Editor/MacOSAppDiscover.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Editor/MacOSAppDiscover.cs b/Editor/MacOSAppDiscover.cs index 70dc84d..fecc1e8 100644 --- a/Editor/MacOSAppDiscover.cs +++ b/Editor/MacOSAppDiscover.cs @@ -40,6 +40,8 @@ public List GetCandidatePaths() var candidateDirs = new[] { "/Applications", + "/Applications/IDE", + "/Applications/Others", "/System/Applications", "/usr/local/bin", "/opt/homebrew/bin", @@ -142,4 +144,4 @@ public bool IsCandidate(string exePath) return File.Exists(exePath) && exePath.EndsWith(executableName, StringComparison.OrdinalIgnoreCase); } } -} \ No newline at end of file +} From f363b66061d605b55c844af60b3a698b06bfed69 Mon Sep 17 00:00:00 2001 From: unknownprojectx-360 <55171987+unknownprojectx-360@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:15:04 +0800 Subject: [PATCH 2/4] Add new application configuration for Devin --- Editor/Code/CodeFork.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Editor/Code/CodeFork.cs b/Editor/Code/CodeFork.cs index 9831e46..f0c543b 100644 --- a/Editor/Code/CodeFork.cs +++ b/Editor/Code/CodeFork.cs @@ -55,6 +55,16 @@ public record CodeFork : IAppInfo LinuxExeName = "windsurf", UserDataDirName = ".windsurf" }, + + new() + { + Name = "Devin", + WindowsDefaultDirName = "Devin", + WindowsExeName = "Devin.exe", + MacAppName = "Devin.app", + LinuxExeName = "Devin", + UserDataDirName = ".Devin" + }, new() { Name = "Windsurf Next", From 4787f120eaa5c67efcf3d75044427d34b4e3bd33 Mon Sep 17 00:00:00 2001 From: unknownprojectx-360 <55171987+unknownprojectx-360@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:17:15 +0800 Subject: [PATCH 3/4] Fix UserDataDirName for Devin to '.devin' --- Editor/Code/CodeFork.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Editor/Code/CodeFork.cs b/Editor/Code/CodeFork.cs index f0c543b..6c923e5 100644 --- a/Editor/Code/CodeFork.cs +++ b/Editor/Code/CodeFork.cs @@ -55,7 +55,6 @@ public record CodeFork : IAppInfo LinuxExeName = "windsurf", UserDataDirName = ".windsurf" }, - new() { Name = "Devin", @@ -63,7 +62,7 @@ public record CodeFork : IAppInfo WindowsExeName = "Devin.exe", MacAppName = "Devin.app", LinuxExeName = "Devin", - UserDataDirName = ".Devin" + UserDataDirName = ".devin" }, new() { @@ -118,7 +117,7 @@ public record CodeFork : IAppInfo MacAppName = "VSCodium.app", LinuxExeName = "codium", UserDataDirName = ".vscodium", - LatestLanguageVersion = new Version(13, 0) + LatestLanguageVersion = new Version(13, 0) } }; From 7102b15e5d0a55c4772af9c6ea8202b0bbe55f1d Mon Sep 17 00:00:00 2001 From: unknownprojectx-360 <55171987+unknownprojectx-360@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:26:10 +0800 Subject: [PATCH 4/4] Delete Editor/Plugins.meta (A meta data file (.meta) exists but its folder 'Packages/com.hackerzhuli.code/Editor/Plugins' can't be found) --- Editor/Plugins.meta | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Editor/Plugins.meta diff --git a/Editor/Plugins.meta b/Editor/Plugins.meta deleted file mode 100644 index a8dd933..0000000 --- a/Editor/Plugins.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 8adde8f53decb0044b44a95a13899f0d -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: