| ... | @@ -20,8 +20,10 @@ pub const TbdV3 = struct { | ... | @@ -20,8 +20,10 @@ pub const TbdV3 = struct { |
| 20 | current_version: ?VersionField, | 20 | current_version: ?VersionField, |
| 21 | compatibility_version: ?VersionField, | 21 | compatibility_version: ?VersionField, |
| 22 | objc_constraint: ?[]const u8, | 22 | objc_constraint: ?[]const u8, |
| | 23 | parent_umbrella: ?[]const u8, |
| 23 | exports: ?[]const struct { | 24 | exports: ?[]const struct { |
| 24 | archs: []const []const u8, | 25 | archs: []const []const u8, |
| | 26 | allowable_clients: ?[]const []const u8, |
| 25 | re_exports: ?[]const []const u8, | 27 | re_exports: ?[]const []const u8, |
| 26 | symbols: ?[]const []const u8, | 28 | symbols: ?[]const []const u8, |
| 27 | objc_classes: ?[]const []const u8, | 29 | objc_classes: ?[]const []const u8, |