Skip to content

Commit

Permalink
fruity: move BuildVersion to 'os' field in query_system_parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
as0ler committed Jun 26, 2024
1 parent 9339f9c commit 6462e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fruity/fruity-host-session.vala
Original file line number Diff line number Diff line change
Expand Up @@ -623,11 +623,11 @@ namespace Frida {
os["id"] = "ios";
os["name"] = properties.get_string ("ProductName");
os["version"] = properties.get_string ("ProductVersion");
os["build"] = properties.get_string ("BuildVersion");
parameters["os"] = os;

parameters["hwmodel"] = properties.get_string ("HWModelStr");
parameters["hwplatform"] = properties.get_string ("HardwarePlatform");
parameters["build"] = properties.get_string ("BuildVersion");

parameters["platform"] = "darwin";

Expand Down

0 comments on commit 6462e87

Please sign in to comment.