From 2e3292248bfbea40edc6c617ede3ada1450565c2 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 22 Jan 2026 13:04:47 -0500 Subject: architecturePreference description update --- view/macho/universalview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/macho/universalview.cpp') diff --git a/view/macho/universalview.cpp b/view/macho/universalview.cpp index b2c0c23b..d11630a3 100644 --- a/view/macho/universalview.cpp +++ b/view/macho/universalview.cpp @@ -115,7 +115,7 @@ void BinaryNinja::InitUniversalViewType() "type" : "array", "sorted" : false, "default" : [], - "description" : "Specify an architecture preference for automatic loading of a Mach-O file from a Universal archive. By default, the first object file in the listing is loaded.", + "description" : "The preferred Mach-O architecture to select from Universal archives. On its own, changes the default Mach-O selected at load to match the specified architecture. To automatically open that slice without an extra dialog appearing, remove 'Universal' from ui.files.detection.openWithOptions", "ignore" : ["SettingsProjectScope", "SettingsResourceScope"] })"); -- cgit v1.3.1