|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 4B1B51BA1ECB85C70034A3D9 /* NibLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1B51B91ECB85C70034A3D9 /* NibLoader.swift */; }; |
| 11 | + 4B1B51BC1ECB88230034A3D9 /* NibStackCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4B1B51BB1ECB88220034A3D9 /* NibStackCell.xib */; }; |
| 12 | + 4B1B51BE1ECB882D0034A3D9 /* NibStackCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1B51BD1ECB882D0034A3D9 /* NibStackCell.swift */; }; |
10 | 13 | 4B6C2D9E1D8DA3FB003D3A46 /* StackScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6C2D9C1D8DA3FB003D3A46 /* StackScrollView.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
11 | 14 | 4B6C2DA61D8DA42A003D3A46 /* StackScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B6C2DA41D8DA42A003D3A46 /* StackScrollView.swift */; }; |
12 | 15 | 4B6C2DA71D8DA42A003D3A46 /* StackCellType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B6C2DA51D8DA42A003D3A46 /* StackCellType.swift */; }; |
|
58 | 61 |
|
59 | 62 | /* Begin PBXFileReference section */ |
60 | 63 | 107B190065E8096D8802EE36 /* Pods-StackScrollView-Demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StackScrollView-Demo.release.xcconfig"; path = "Pods/Target Support Files/Pods-StackScrollView-Demo/Pods-StackScrollView-Demo.release.xcconfig"; sourceTree = "<group>"; }; |
| 64 | + 4B1B51B91ECB85C70034A3D9 /* NibLoader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NibLoader.swift; sourceTree = "<group>"; }; |
| 65 | + 4B1B51BB1ECB88220034A3D9 /* NibStackCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = NibStackCell.xib; sourceTree = "<group>"; }; |
| 66 | + 4B1B51BD1ECB882D0034A3D9 /* NibStackCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NibStackCell.swift; sourceTree = "<group>"; }; |
61 | 67 | 4B6C2D991D8DA3FB003D3A46 /* StackScrollView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StackScrollView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
62 | 68 | 4B6C2D9C1D8DA3FB003D3A46 /* StackScrollView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StackScrollView.h; sourceTree = "<group>"; }; |
63 | 69 | 4B6C2D9D1D8DA3FB003D3A46 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
134 | 140 | 4B6C2DA41D8DA42A003D3A46 /* StackScrollView.swift */, |
135 | 141 | 4B6C2DA51D8DA42A003D3A46 /* StackCellType.swift */, |
136 | 142 | 4B83ACE21EB8756800F92569 /* StackCell.swift */, |
| 143 | + 4B1B51B91ECB85C70034A3D9 /* NibLoader.swift */, |
137 | 144 | 4B6C2D9C1D8DA3FB003D3A46 /* StackScrollView.h */, |
138 | 145 | 4B6C2D9D1D8DA3FB003D3A46 /* Info.plist */, |
139 | 146 | ); |
|
170 | 177 | 4B83ACD61EB7C0C500F92569 /* ButtonStackCell.swift */, |
171 | 178 | 4B83ACD81EB7C0CB00F92569 /* MarginStackCell.swift */, |
172 | 179 | 4B83ACDC1EB8578400F92569 /* HeaderStackCell.swift */, |
| 180 | + 4B1B51BD1ECB882D0034A3D9 /* NibStackCell.swift */, |
| 181 | + 4B1B51BB1ECB88220034A3D9 /* NibStackCell.xib */, |
173 | 182 | ); |
174 | 183 | path = "StackScrollView-Demo"; |
175 | 184 | sourceTree = "<group>"; |
|
292 | 301 | isa = PBXResourcesBuildPhase; |
293 | 302 | buildActionMask = 2147483647; |
294 | 303 | files = ( |
| 304 | + 4B1B51BC1ECB88230034A3D9 /* NibStackCell.xib in Resources */, |
295 | 305 | 4B6C2DBC1D8DA68E003D3A46 /* LaunchScreen.storyboard in Resources */, |
296 | 306 | 4B6C2DB91D8DA68E003D3A46 /* Assets.xcassets in Resources */, |
297 | 307 | 4B6C2DB71D8DA68E003D3A46 /* Main.storyboard in Resources */, |
|
355 | 365 | files = ( |
356 | 366 | 4B83ACE31EB8756800F92569 /* StackCell.swift in Sources */, |
357 | 367 | 4B6C2DA71D8DA42A003D3A46 /* StackCellType.swift in Sources */, |
| 368 | + 4B1B51BA1ECB85C70034A3D9 /* NibLoader.swift in Sources */, |
358 | 369 | 4B6C2DA61D8DA42A003D3A46 /* StackScrollView.swift in Sources */, |
359 | 370 | ); |
360 | 371 | runOnlyForDeploymentPostprocessing = 0; |
|
375 | 386 | 4B83ACD91EB7C0CB00F92569 /* MarginStackCell.swift in Sources */, |
376 | 387 | 4B83ACCD1EB7C00700F92569 /* DatePickerStackCell.swift in Sources */, |
377 | 388 | 4B83ACE11EB85EB200F92569 /* TapStackCell.swift in Sources */, |
| 389 | + 4B1B51BE1ECB882D0034A3D9 /* NibStackCell.swift in Sources */, |
378 | 390 | 4B83ACDD1EB8578400F92569 /* HeaderStackCell.swift in Sources */, |
379 | 391 | ); |
380 | 392 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments