|
17 | 17 | 9518383821E4F31F00BEA6EB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9518382421E4F08300BEA6EB /* Assets.xcassets */; }; |
18 | 18 | 9518383921E4F32800BEA6EB /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9518382921E4F08300BEA6EB /* AppDelegate.swift */; }; |
19 | 19 | 9518383C21E4FFCA00BEA6EB /* CollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9518383B21E4FFCA00BEA6EB /* CollectionViewCell.swift */; }; |
| 20 | + 9518384821E623E800BEA6EB /* CarLensCollectionViewLayoutOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9518384721E623E800BEA6EB /* CarLensCollectionViewLayoutOptions.swift */; }; |
20 | 21 | 955E4FD421CBFB2800B4C3BB /* CarLensCollectionViewLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 955E4FD221CBFB2800B4C3BB /* CarLensCollectionViewLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
21 | 22 | 958D17C021D66DF00067BED6 /* CarLensCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958D17BF21D66DF00067BED6 /* CarLensCollectionViewCell.swift */; }; |
22 | 23 | /* End PBXBuildFile section */ |
|
56 | 57 | 9518382921E4F08300BEA6EB /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
57 | 58 | 9518382A21E4F08300BEA6EB /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
58 | 59 | 9518383B21E4FFCA00BEA6EB /* CollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionViewCell.swift; sourceTree = "<group>"; }; |
| 60 | + 9518384721E623E800BEA6EB /* CarLensCollectionViewLayoutOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CarLensCollectionViewLayoutOptions.swift; sourceTree = "<group>"; }; |
59 | 61 | 955E4FCF21CBFB2800B4C3BB /* CarLensCollectionViewLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CarLensCollectionViewLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
60 | 62 | 955E4FD221CBFB2800B4C3BB /* CarLensCollectionViewLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CarLensCollectionViewLayout.h; sourceTree = "<group>"; }; |
61 | 63 | 955E4FD321CBFB2800B4C3BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
126 | 128 | children = ( |
127 | 129 | 955E4FD221CBFB2800B4C3BB /* CarLensCollectionViewLayout.h */, |
128 | 130 | 9505725D21D4D8FB009EA422 /* CarLensCollectionViewLayout.swift */, |
| 131 | + 9518384721E623E800BEA6EB /* CarLensCollectionViewLayoutOptions.swift */, |
129 | 132 | 958D17BF21D66DF00067BED6 /* CarLensCollectionViewCell.swift */, |
130 | 133 | 9505725F21D4D922009EA422 /* CarLensLayoutAttributes.swift */, |
131 | 134 | 955E4FD321CBFB2800B4C3BB /* Info.plist */, |
|
256 | 259 | isa = PBXSourcesBuildPhase; |
257 | 260 | buildActionMask = 2147483647; |
258 | 261 | files = ( |
| 262 | + 9518384821E623E800BEA6EB /* CarLensCollectionViewLayoutOptions.swift in Sources */, |
259 | 263 | 9505725E21D4D8FB009EA422 /* CarLensCollectionViewLayout.swift in Sources */, |
260 | 264 | 958D17C021D66DF00067BED6 /* CarLensCollectionViewCell.swift in Sources */, |
261 | 265 | 9505726021D4D922009EA422 /* CarLensLayoutAttributes.swift in Sources */, |
|
0 commit comments