Skip to content

Commit

Permalink
fruity: Add ProductType to query_system_parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
as0ler committed Jun 13, 2024
1 parent 4b5fe35 commit 60f472b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fruity/fruity-host-session.vala
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ namespace Frida {
os["id"] = "ios";
os["name"] = properties.get_string ("ProductName");
os["version"] = properties.get_string ("ProductVersion");
os["type"] = properties.get_string ("ProductType");
parameters["os"] = os;

parameters["platform"] = "darwin";
Expand Down

0 comments on commit 60f472b

Please sign in to comment.