Skip to content

Commit 6680fc2

Browse files
committed
Add AG interpose support
1 parent dcbc002 commit 6680fc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/OpenGraphCxx/DebugServer/interpose.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ extern bool os_variant_has_internal_diagnostics(const char *subsystem);
1515
bool og_variant_has_internal_diagnostics(const char *subsystem) {
1616
if (strcmp(subsystem, "org.OpenSwiftUIProject.OpenGraph") == 0) {
1717
return true;
18+
} else if (strcmp(subsystem, "com.apple.AttributeGraph") == 0) {
19+
return true;
1820
} else {
1921
return os_variant_has_internal_diagnostics(subsystem);
2022
}

0 commit comments

Comments
 (0)