From 4670df030d9ba8dbb80019126acdfccc52cbda93 Mon Sep 17 00:00:00 2001 From: Justin Williams Date: Tue, 24 Sep 2024 11:06:00 -0600 Subject: [PATCH] Remove Reveal integration --- files/executable_dot_lldbinit | 3 --- files/private_dot_config/macos/Brewfile | 1 - 2 files changed, 4 deletions(-) diff --git a/files/executable_dot_lldbinit b/files/executable_dot_lldbinit index 0b221eb..093e154 100644 --- a/files/executable_dot_lldbinit +++ b/files/executable_dot_lldbinit @@ -26,7 +26,4 @@ command alias swiftuis expr import Foundation # https://blog.kaleidoscope.app/2021/02/22/xcode-debugger-integration/ command script import ~/Library/Application\ Support/Kaleidoscope/lldb_ksdiff.py -# Reveal / LLDB Integration -command script import ~/Library/Application\ Support/Reveal/RevealLLDBCommands/reveallldb - command script import "~/.local/share/xcode/lldb-scripts/lldb_commands/dslldb.py" diff --git a/files/private_dot_config/macos/Brewfile b/files/private_dot_config/macos/Brewfile index be9ea43..c374e83 100644 --- a/files/private_dot_config/macos/Brewfile +++ b/files/private_dot_config/macos/Brewfile @@ -61,7 +61,6 @@ cask "proxyman" cask "permute" cask "plistedit-pro" cask "raycast" -cask "reveal" cask "screens-connect" cask "script-debugger" cask "signal"