Skip to content

Commit

Permalink
Remove AnyView #72
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Dec 15, 2021
1 parent 248adc9 commit ff5fc44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
4 changes: 0 additions & 4 deletions MondrianLayout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
4B1F05D2267A6D5B00A66CC7 /* InstagramPostView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1F05D1267A6D5B00A66CC7 /* InstagramPostView.swift */; };
4B1F05D4267A6D9500A66CC7 /* Book.Mondrian.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1F05D3267A6D9500A66CC7 /* Book.Mondrian.swift */; };
4B30902A269824D7001AB89B /* Book.RelativeBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B309029269824D7001AB89B /* Book.RelativeBlock.swift */; };
4B3156452707E4B700BEC0E3 /* AnyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B3156442707E4B700BEC0E3 /* AnyView.swift */; };
4B384D8A2675CDA9001B0267 /* LayoutBuilderContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B384D892675CDA9001B0267 /* LayoutBuilderContext.swift */; };
4B384D8E2675CF47001B0267 /* MondrianLayout.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B4057622675C501003B28A1 /* MondrianLayout.framework */; };
4B384D8F2675CF47001B0267 /* MondrianLayout.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4B4057622675C501003B28A1 /* MondrianLayout.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
Expand Down Expand Up @@ -131,7 +130,6 @@
4B1F05D1267A6D5B00A66CC7 /* InstagramPostView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstagramPostView.swift; sourceTree = "<group>"; };
4B1F05D3267A6D9500A66CC7 /* Book.Mondrian.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Book.Mondrian.swift; sourceTree = "<group>"; };
4B309029269824D7001AB89B /* Book.RelativeBlock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Book.RelativeBlock.swift; sourceTree = "<group>"; };
4B3156442707E4B700BEC0E3 /* AnyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnyView.swift; sourceTree = "<group>"; };
4B384D892675CDA9001B0267 /* LayoutBuilderContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LayoutBuilderContext.swift; sourceTree = "<group>"; };
4B3B0F71274E8F98001C9E6B /* LayoutManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LayoutManager.swift; sourceTree = "<group>"; };
4B3B0F73274E9A3B001C9E6B /* Book.Manager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Book.Manager.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -271,7 +269,6 @@
4BFF75D12677CC32003FA7F0 /* Extensions */,
4BFF75D02677CC21003FA7F0 /* Internal */,
4BAD3678268386FA00788518 /* MondrianNamespace.swift */,
4B3156442707E4B700BEC0E3 /* AnyView.swift */,
);
path = MondrianLayout;
sourceTree = "<group>";
Expand Down Expand Up @@ -562,7 +559,6 @@
4B384D8A2675CDA9001B0267 /* LayoutBuilderContext.swift in Sources */,
4B73820C267A0D6900D77986 /* _LayoutBlockNode.swift in Sources */,
4B9E1A1C2676333C00D1E1C9 /* _LayoutBlockType.swift in Sources */,
4B3156452707E4B700BEC0E3 /* AnyView.swift in Sources */,
4B64B1C926762C1400460282 /* UIView+Mondrian.swift in Sources */,
4B3B0F72274E8F98001C9E6B /* LayoutManager.swift in Sources */,
4B64B1C726762A8200460282 /* HStackBlock.swift in Sources */,
Expand Down
36 changes: 0 additions & 36 deletions MondrianLayout/AnyView.swift

This file was deleted.

0 comments on commit ff5fc44

Please sign in to comment.