|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 6657E49D23C007AC00A15B02 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6657E49C23C007AC00A15B02 /* AppDelegate.swift */; }; |
11 | | - 6657E49F23C007AC00A15B02 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6657E49E23C007AC00A15B02 /* SceneDelegate.swift */; }; |
12 | | - 6657E4A123C007AC00A15B02 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6657E4A023C007AC00A15B02 /* ViewController.swift */; }; |
13 | | - 6657E4A423C007AC00A15B02 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6657E4A223C007AC00A15B02 /* Main.storyboard */; }; |
14 | 11 | 6657E4A623C007B000A15B02 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6657E4A523C007B000A15B02 /* Assets.xcassets */; }; |
15 | 12 | 6657E4A923C007B000A15B02 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6657E4A723C007B000A15B02 /* LaunchScreen.storyboard */; }; |
| 13 | + 6657E4B323C0084200A15B02 /* CollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6657E4B123C0084200A15B02 /* CollectionViewController.swift */; }; |
| 14 | + 6657E4B423C0084200A15B02 /* CollectionViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6657E4B223C0084200A15B02 /* CollectionViewController.xib */; }; |
| 15 | + 6657E4B823C0096F00A15B02 /* SelfSizingCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6657E4B623C0096F00A15B02 /* SelfSizingCollectionViewCell.swift */; }; |
| 16 | + 6657E4B923C0096F00A15B02 /* SelfSizingCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6657E4B723C0096F00A15B02 /* SelfSizingCollectionViewCell.xib */; }; |
16 | 17 | /* End PBXBuildFile section */ |
17 | 18 |
|
18 | 19 | /* Begin PBXFileReference section */ |
19 | 20 | 6657E49923C007AC00A15B02 /* SelfSizingCollectionViewDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SelfSizingCollectionViewDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
20 | 21 | 6657E49C23C007AC00A15B02 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
21 | | - 6657E49E23C007AC00A15B02 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
22 | | - 6657E4A023C007AC00A15B02 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
23 | | - 6657E4A323C007AC00A15B02 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
24 | 22 | 6657E4A523C007B000A15B02 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
25 | 23 | 6657E4A823C007B000A15B02 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
26 | 24 | 6657E4AA23C007B000A15B02 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 25 | + 6657E4B123C0084200A15B02 /* CollectionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionViewController.swift; sourceTree = "<group>"; }; |
| 26 | + 6657E4B223C0084200A15B02 /* CollectionViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CollectionViewController.xib; sourceTree = "<group>"; }; |
| 27 | + 6657E4B623C0096F00A15B02 /* SelfSizingCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelfSizingCollectionViewCell.swift; sourceTree = "<group>"; }; |
| 28 | + 6657E4B723C0096F00A15B02 /* SelfSizingCollectionViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SelfSizingCollectionViewCell.xib; sourceTree = "<group>"; }; |
27 | 29 | /* End PBXFileReference section */ |
28 | 30 |
|
29 | 31 | /* Begin PBXFrameworksBuildPhase section */ |
|
57 | 59 | isa = PBXGroup; |
58 | 60 | children = ( |
59 | 61 | 6657E49C23C007AC00A15B02 /* AppDelegate.swift */, |
60 | | - 6657E49E23C007AC00A15B02 /* SceneDelegate.swift */, |
61 | | - 6657E4A023C007AC00A15B02 /* ViewController.swift */, |
62 | | - 6657E4A223C007AC00A15B02 /* Main.storyboard */, |
| 62 | + 6657E4B523C0094A00A15B02 /* UICollectionViewCell */, |
| 63 | + 6657E4B023C0080400A15B02 /* UIViewController */, |
63 | 64 | 6657E4A523C007B000A15B02 /* Assets.xcassets */, |
64 | 65 | 6657E4A723C007B000A15B02 /* LaunchScreen.storyboard */, |
65 | 66 | 6657E4AA23C007B000A15B02 /* Info.plist */, |
66 | 67 | ); |
67 | 68 | path = SelfSizingCollectionViewDemo; |
68 | 69 | sourceTree = "<group>"; |
69 | 70 | }; |
| 71 | + 6657E4B023C0080400A15B02 /* UIViewController */ = { |
| 72 | + isa = PBXGroup; |
| 73 | + children = ( |
| 74 | + 6657E4B123C0084200A15B02 /* CollectionViewController.swift */, |
| 75 | + 6657E4B223C0084200A15B02 /* CollectionViewController.xib */, |
| 76 | + ); |
| 77 | + path = UIViewController; |
| 78 | + sourceTree = "<group>"; |
| 79 | + }; |
| 80 | + 6657E4B523C0094A00A15B02 /* UICollectionViewCell */ = { |
| 81 | + isa = PBXGroup; |
| 82 | + children = ( |
| 83 | + 6657E4B623C0096F00A15B02 /* SelfSizingCollectionViewCell.swift */, |
| 84 | + 6657E4B723C0096F00A15B02 /* SelfSizingCollectionViewCell.xib */, |
| 85 | + ); |
| 86 | + path = UICollectionViewCell; |
| 87 | + sourceTree = "<group>"; |
| 88 | + }; |
70 | 89 | /* End PBXGroup section */ |
71 | 90 |
|
72 | 91 | /* Begin PBXNativeTarget section */ |
|
125 | 144 | isa = PBXResourcesBuildPhase; |
126 | 145 | buildActionMask = 2147483647; |
127 | 146 | files = ( |
| 147 | + 6657E4B923C0096F00A15B02 /* SelfSizingCollectionViewCell.xib in Resources */, |
| 148 | + 6657E4B423C0084200A15B02 /* CollectionViewController.xib in Resources */, |
128 | 149 | 6657E4A923C007B000A15B02 /* LaunchScreen.storyboard in Resources */, |
129 | 150 | 6657E4A623C007B000A15B02 /* Assets.xcassets in Resources */, |
130 | | - 6657E4A423C007AC00A15B02 /* Main.storyboard in Resources */, |
131 | 151 | ); |
132 | 152 | runOnlyForDeploymentPostprocessing = 0; |
133 | 153 | }; |
|
138 | 158 | isa = PBXSourcesBuildPhase; |
139 | 159 | buildActionMask = 2147483647; |
140 | 160 | files = ( |
141 | | - 6657E4A123C007AC00A15B02 /* ViewController.swift in Sources */, |
| 161 | + 6657E4B323C0084200A15B02 /* CollectionViewController.swift in Sources */, |
| 162 | + 6657E4B823C0096F00A15B02 /* SelfSizingCollectionViewCell.swift in Sources */, |
142 | 163 | 6657E49D23C007AC00A15B02 /* AppDelegate.swift in Sources */, |
143 | | - 6657E49F23C007AC00A15B02 /* SceneDelegate.swift in Sources */, |
144 | 164 | ); |
145 | 165 | runOnlyForDeploymentPostprocessing = 0; |
146 | 166 | }; |
147 | 167 | /* End PBXSourcesBuildPhase section */ |
148 | 168 |
|
149 | 169 | /* Begin PBXVariantGroup section */ |
150 | | - 6657E4A223C007AC00A15B02 /* Main.storyboard */ = { |
151 | | - isa = PBXVariantGroup; |
152 | | - children = ( |
153 | | - 6657E4A323C007AC00A15B02 /* Base */, |
154 | | - ); |
155 | | - name = Main.storyboard; |
156 | | - sourceTree = "<group>"; |
157 | | - }; |
158 | 170 | 6657E4A723C007B000A15B02 /* LaunchScreen.storyboard */ = { |
159 | 171 | isa = PBXVariantGroup; |
160 | 172 | children = ( |
|
0 commit comments