Skip to content

Commit

Permalink
alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
tj_devel709 committed Aug 11, 2021
1 parent 956b8a9 commit 9d43b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/common/Frameworks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ public static Frameworks MacFrameworks {
{ "AdServices", "AdServices", 11,1 },

{ "Chip", "CHIP", 12, 0 },
{ "ShazamKit", "ShazamKit", 12,0 },
{ "MetricKit", 12, 0 },
{ "Phase", "PHASE", 12, 0 },
{ "ShazamKit", "ShazamKit", 12,0 },
};
}
return mac_frameworks;
Expand Down Expand Up @@ -498,9 +498,9 @@ public static Frameworks GetwatchOSFrameworks (bool is_simulator_build)
{ "UniformTypeIdentifiers", "UniformTypeIdentifiers", 7,0 },

{ "Chip", "CHIP", new Version (8, 0), NotAvailableInSimulator /* no headers in beta 2 */ },
{ "ShazamKit", "ShazamKit", 8,0 },
{ "NearbyInteraction", "NearbyInteraction", 8,0 },
{ "OSLog", "OSLog", 8,0 },
{ "ShazamKit", "ShazamKit", 8,0 },
};
}
return watch_frameworks;
Expand Down

0 comments on commit 9d43b29

Please sign in to comment.