From 43d5fb9103cde2941948f3e7dfb1b38bb67fac23 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 19 Sep 2024 12:45:07 -0400 Subject: Add additional testing and handling for object settings. --- view/macho/universalview.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'view/macho/universalview.cpp') diff --git a/view/macho/universalview.cpp b/view/macho/universalview.cpp index ac637c75..b2c0c23b 100644 --- a/view/macho/universalview.cpp +++ b/view/macho/universalview.cpp @@ -113,7 +113,6 @@ void BinaryNinja::InitUniversalViewType() R"({ "title" : "Universal Mach-O Architecture Preference", "type" : "array", - "elementType" : "string", "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.", -- cgit v1.3.1