Skip to content

Commit

Permalink
Private headers can't be in a folder for SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Blair McArthur committed Jan 21, 2022
1 parent 22bf223 commit 480a075
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 3 additions & 11 deletions iosMath.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@
4987307717D546800041B02B /* Sources */ = {
isa = PBXGroup;
children = (
99E42740279B4662000B80DC /* PrivateHeaders */,
99E426A1279B26FA000B80DC /* MTTypesetter.h */,
99E426A2279B26FA000B80DC /* MTMathListDisplayInternal.h */,
99E426A7279B26FA000B80DC /* MTFont+Internal.h */,
99E42733279B4429000B80DC /* PublicHeaders */,
99E426C1279B26FA000B80DC /* MTUnicode.m */,
99E426C2279B26FA000B80DC /* MTMathAtomFactory.m */,
Expand Down Expand Up @@ -316,16 +318,6 @@
path = PublicHeaders;
sourceTree = "<group>";
};
99E42740279B4662000B80DC /* PrivateHeaders */ = {
isa = PBXGroup;
children = (
99E426A1279B26FA000B80DC /* MTTypesetter.h */,
99E426A2279B26FA000B80DC /* MTMathListDisplayInternal.h */,
99E426A7279B26FA000B80DC /* MTFont+Internal.h */,
);
path = PrivateHeaders;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
Expand Down

0 comments on commit 480a075

Please sign in to comment.