zld: add missing Tbdv3 fields to the declarative struct

This commit is contained in:
Jakub Konka 2021-11-21 23:00:53 +01:00
parent 9836f1b2f9
commit 40e49fe2f0

View File

@ -20,8 +20,10 @@ pub const TbdV3 = struct {
current_version: ?VersionField,
compatibility_version: ?VersionField,
objc_constraint: ?[]const u8,
parent_umbrella: ?[]const u8,
exports: ?[]const struct {
archs: []const []const u8,
allowable_clients: ?[]const []const u8,
re_exports: ?[]const []const u8,
symbols: ?[]const []const u8,
objc_classes: ?[]const []const u8,