Skip to content

Commit

Permalink
objc: enable mac catalyst support
Browse files Browse the repository at this point in the history
  • Loading branch information
danomatika committed Nov 10, 2023
1 parent 71d8e2a commit b43967f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libpd.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1705,6 +1705,7 @@
);
OTHER_LDFLAGS = "-ObjC";
SDKROOT = iphoneos;
SUPPORTS_MACCATALYST = YES;
USER_HEADER_SEARCH_PATHS = "";
};
name = Debug;
Expand Down Expand Up @@ -1758,6 +1759,7 @@
);
OTHER_LDFLAGS = "-ObjC";
SDKROOT = iphoneos;
SUPPORTS_MACCATALYST = YES;
USER_HEADER_SEARCH_PATHS = "";
};
name = Release;
Expand Down

0 comments on commit b43967f

Please sign in to comment.