Skip to content

Commit

Permalink
Fix macOS demo not compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloZhu authored and EyreFree committed Feb 23, 2022
1 parent 0741f5a commit ae3dc3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Examples/macOS/macOS Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
12F3719B1EA8DE3A0049DE67 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 12F3719A1EA8DE3A0049DE67 /* Assets.xcassets */; };
12F3719E1EA8DE3A0049DE67 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 12F3719C1EA8DE3A0049DE67 /* Main.storyboard */; };
528EFA9122965AF90026663C /* Localized.swift in Sources */ = {isa = PBXBuildFile; fileRef = 528EFA8A22965AF90026663C /* Localized.swift */; };
D26C9B4D27BBB1610088E238 /* PointStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2FAEBD5274975B700DFA959 /* PointStyle.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -677,6 +678,7 @@
12BC1ACB2328C13D00B6EB5A /* ConstraintLayoutSupport.swift in Sources */,
12BC1ACA2328C13D00B6EB5A /* ConstraintPriority.swift in Sources */,
125436EF1EABA98C00C46CC7 /* NSColor+Example.swift in Sources */,
D26C9B4D27BBB1610088E238 /* PointStyle.swift in Sources */,
12EE9F0323869CEE00241C60 /* CGFloat+.swift in Sources */,
12BC1AD82328C13D00B6EB5A /* Debugging.swift in Sources */,
12BC1AD92328C13D00B6EB5A /* ConstraintMakerPriortizable.swift in Sources */,
Expand Down

0 comments on commit ae3dc3d

Please sign in to comment.