Skip to content

Commit

Permalink
Update DarwinPrivateFrameworks version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Dec 29, 2024
1 parent 6bba32d commit 918f5a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"location" : "https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git",
"state" : {
"branch" : "main",
"revision" : "539681dd9bd257b311ae09f8e7266bb8fa710aca"
"revision" : "e7a96d8a5bc76c3e7e9713e084a1ffd5271e933b"
}
},
{
Expand Down
8 changes: 4 additions & 4 deletions Sources/OpenGraph_SPI/Runtime/OGTypeID.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@

OG_ASSUME_NONNULL_BEGIN

struct OGSwiftMetadata {};
typedef struct OGSwiftMetadata OGSwiftMetadata;

OG_EXTERN_C_BEGIN
typedef struct OGSwiftMetadata {
} OGSwiftMetadata;

typedef const OGSwiftMetadata *OGTypeID OG_SWIFT_STRUCT OG_SWIFT_NAME(Metadata);

Expand All @@ -31,6 +29,8 @@ typedef OG_ENUM(uint32_t, OGTypeKind) {
OGTypeKindMetatype,
} OG_SWIFT_NAME(Metadata.Kind);

OG_EXTERN_C_BEGIN

OG_EXPORT
OG_REFINED_FOR_SWIFT
OGTypeKind OGTypeGetKind(OGTypeID typeID) OG_SWIFT_NAME(getter:Metadata.kind(self:));
Expand Down

0 comments on commit 918f5a0

Please sign in to comment.