diff --git a/gitconfig b/gitconfig index afd4354..9cb21d7 100644 --- a/gitconfig +++ b/gitconfig @@ -50,3 +50,6 @@ clean = git hawser clean %f smudge = git hawser smudge %f required = true +[merge "mergepbx"] + name = XCode project files merger + driver = mergepbx %O %A %B \ No newline at end of file diff --git a/lldbinit b/lldbinit index 8cb9dff..308cdc8 100644 --- a/lldbinit +++ b/lldbinit @@ -3,3 +3,4 @@ command alias online expr [[FakeOffline sharedInstance] goOnline] command alias uikit expr @import UIKit command alias foundation expr @import Foundation command regex rd 's/^[[:space:]]*$/po [[[UIApplication sharedApplication] keyWindow] recursiveDescription]/' 's/^(.+)$/po [%1 recursiveDescription]/' +command alias altrace po [[UIWindow keyWindow] _autolayoutTrace] \ No newline at end of file