|
14 | 14 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; }; |
15 | 15 | 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; }; |
16 | 16 | 60F5B00A42193B3AF34EFF1F /* Pods_FlexDataSource_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70B1472C8F94AAAB3D29C47C /* Pods_FlexDataSource_Tests.framework */; }; |
| 17 | + 6431743A265C542400BB682B /* FlexSimpleDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6431742F265C542400BB682B /* FlexSimpleDataSource.swift */; }; |
| 18 | + 6431743B265C542400BB682B /* Array+Flex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64317430265C542400BB682B /* Array+Flex.swift */; }; |
| 19 | + 6431743C265C542400BB682B /* FlexDataSourceSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64317431265C542400BB682B /* FlexDataSourceSection.swift */; }; |
| 20 | + 6431743D265C542400BB682B /* Swipeable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64317432265C542400BB682B /* Swipeable.swift */; }; |
| 21 | + 6431743E265C542400BB682B /* FlexTitledDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64317433265C542400BB682B /* FlexTitledDataSource.swift */; }; |
| 22 | + 6431743F265C542400BB682B /* Tappable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64317434265C542400BB682B /* Tappable.swift */; }; |
| 23 | + 64317440265C542400BB682B /* FlexCollectionDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64317435265C542400BB682B /* FlexCollectionDataSource.swift */; }; |
| 24 | + 64317441265C542400BB682B /* FlexDataSourceItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64317436265C542400BB682B /* FlexDataSourceItem.swift */; }; |
| 25 | + 64317442265C542400BB682B /* FlexDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64317437265C542400BB682B /* FlexDataSource.swift */; }; |
| 26 | + 64317443265C542400BB682B /* FlexCollectionSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64317438265C542400BB682B /* FlexCollectionSection.swift */; }; |
| 27 | + 64317444265C542400BB682B /* FlexCollectionItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64317439265C542400BB682B /* FlexCollectionItem.swift */; }; |
17 | 28 | 89D097AA605F356244FA4433 /* Pods_FlexDataSource_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B58498B2EB53A67483D9A3E4 /* Pods_FlexDataSource_Example.framework */; }; |
18 | 29 | /* End PBXBuildFile section */ |
19 | 30 |
|
|
41 | 52 | 607FACE51AFB9204008FA782 /* FlexDataSource_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FlexDataSource_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
42 | 53 | 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
43 | 54 | 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; }; |
| 55 | + 6431742A265C53D800BB682B /* flex_data_sourceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = flex_data_sourceTests.swift; sourceTree = "<group>"; }; |
| 56 | + 6431742E265C53D800BB682B /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Package.swift; path = ../Package.swift; sourceTree = "<group>"; }; |
| 57 | + 6431742F265C542400BB682B /* FlexSimpleDataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FlexSimpleDataSource.swift; sourceTree = "<group>"; }; |
| 58 | + 64317430265C542400BB682B /* Array+Flex.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array+Flex.swift"; sourceTree = "<group>"; }; |
| 59 | + 64317431265C542400BB682B /* FlexDataSourceSection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FlexDataSourceSection.swift; sourceTree = "<group>"; }; |
| 60 | + 64317432265C542400BB682B /* Swipeable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Swipeable.swift; sourceTree = "<group>"; }; |
| 61 | + 64317433265C542400BB682B /* FlexTitledDataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FlexTitledDataSource.swift; sourceTree = "<group>"; }; |
| 62 | + 64317434265C542400BB682B /* Tappable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Tappable.swift; sourceTree = "<group>"; }; |
| 63 | + 64317435265C542400BB682B /* FlexCollectionDataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FlexCollectionDataSource.swift; sourceTree = "<group>"; }; |
| 64 | + 64317436265C542400BB682B /* FlexDataSourceItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FlexDataSourceItem.swift; sourceTree = "<group>"; }; |
| 65 | + 64317437265C542400BB682B /* FlexDataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FlexDataSource.swift; sourceTree = "<group>"; }; |
| 66 | + 64317438265C542400BB682B /* FlexCollectionSection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FlexCollectionSection.swift; sourceTree = "<group>"; }; |
| 67 | + 64317439265C542400BB682B /* FlexCollectionItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FlexCollectionItem.swift; sourceTree = "<group>"; }; |
44 | 68 | 70B1472C8F94AAAB3D29C47C /* Pods_FlexDataSource_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FlexDataSource_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
45 | 69 | 879D79256B72CCA876FDF46B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
46 | 70 | 88E8F3051D2D88F16AFB7F97 /* FlexDataSource.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = FlexDataSource.podspec; path = ../FlexDataSource.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; |
|
73 | 97 | 607FACC71AFB9204008FA782 = { |
74 | 98 | isa = PBXGroup; |
75 | 99 | children = ( |
| 100 | + 6431742E265C53D800BB682B /* Package.swift */, |
| 101 | + 6431742B265C53D800BB682B /* Sources */, |
| 102 | + 64317428265C53D800BB682B /* Tests */, |
76 | 103 | 494C77C1242E6DD200B8C018 /* Example.playground */, |
77 | 104 | 607FACF51AFB993E008FA782 /* Podspec Metadata */, |
78 | 105 | 607FACD21AFB9204008FA782 /* Example for FlexDataSource */, |
|
141 | 168 | name = "Podspec Metadata"; |
142 | 169 | sourceTree = "<group>"; |
143 | 170 | }; |
| 171 | + 64317428265C53D800BB682B /* Tests */ = { |
| 172 | + isa = PBXGroup; |
| 173 | + children = ( |
| 174 | + 64317429265C53D800BB682B /* flex-data-sourceTests */, |
| 175 | + ); |
| 176 | + name = Tests; |
| 177 | + path = ../Tests; |
| 178 | + sourceTree = "<group>"; |
| 179 | + }; |
| 180 | + 64317429265C53D800BB682B /* flex-data-sourceTests */ = { |
| 181 | + isa = PBXGroup; |
| 182 | + children = ( |
| 183 | + 6431742A265C53D800BB682B /* flex_data_sourceTests.swift */, |
| 184 | + ); |
| 185 | + path = "flex-data-sourceTests"; |
| 186 | + sourceTree = "<group>"; |
| 187 | + }; |
| 188 | + 6431742B265C53D800BB682B /* Sources */ = { |
| 189 | + isa = PBXGroup; |
| 190 | + children = ( |
| 191 | + 6431742C265C53D800BB682B /* flex-data-source */, |
| 192 | + ); |
| 193 | + name = Sources; |
| 194 | + path = ../Sources; |
| 195 | + sourceTree = "<group>"; |
| 196 | + }; |
| 197 | + 6431742C265C53D800BB682B /* flex-data-source */ = { |
| 198 | + isa = PBXGroup; |
| 199 | + children = ( |
| 200 | + 64317430265C542400BB682B /* Array+Flex.swift */, |
| 201 | + 64317435265C542400BB682B /* FlexCollectionDataSource.swift */, |
| 202 | + 64317439265C542400BB682B /* FlexCollectionItem.swift */, |
| 203 | + 64317438265C542400BB682B /* FlexCollectionSection.swift */, |
| 204 | + 64317437265C542400BB682B /* FlexDataSource.swift */, |
| 205 | + 64317436265C542400BB682B /* FlexDataSourceItem.swift */, |
| 206 | + 64317431265C542400BB682B /* FlexDataSourceSection.swift */, |
| 207 | + 6431742F265C542400BB682B /* FlexSimpleDataSource.swift */, |
| 208 | + 64317433265C542400BB682B /* FlexTitledDataSource.swift */, |
| 209 | + 64317432265C542400BB682B /* Swipeable.swift */, |
| 210 | + 64317434265C542400BB682B /* Tappable.swift */, |
| 211 | + ); |
| 212 | + path = "flex-data-source"; |
| 213 | + sourceTree = "<group>"; |
| 214 | + }; |
144 | 215 | CBB51F0C6B4320961CD22F51 /* Pods */ = { |
145 | 216 | isa = PBXGroup; |
146 | 217 | children = ( |
|
337 | 408 | isa = PBXSourcesBuildPhase; |
338 | 409 | buildActionMask = 2147483647; |
339 | 410 | files = ( |
| 411 | + 6431743B265C542400BB682B /* Array+Flex.swift in Sources */, |
| 412 | + 6431743A265C542400BB682B /* FlexSimpleDataSource.swift in Sources */, |
| 413 | + 6431743F265C542400BB682B /* Tappable.swift in Sources */, |
| 414 | + 64317440265C542400BB682B /* FlexCollectionDataSource.swift in Sources */, |
| 415 | + 6431743C265C542400BB682B /* FlexDataSourceSection.swift in Sources */, |
340 | 416 | 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */, |
| 417 | + 64317443265C542400BB682B /* FlexCollectionSection.swift in Sources */, |
| 418 | + 64317441265C542400BB682B /* FlexDataSourceItem.swift in Sources */, |
| 419 | + 6431743E265C542400BB682B /* FlexTitledDataSource.swift in Sources */, |
| 420 | + 6431743D265C542400BB682B /* Swipeable.swift in Sources */, |
| 421 | + 64317442265C542400BB682B /* FlexDataSource.swift in Sources */, |
341 | 422 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */, |
| 423 | + 64317444265C542400BB682B /* FlexCollectionItem.swift in Sources */, |
342 | 424 | ); |
343 | 425 | runOnlyForDeploymentPostprocessing = 0; |
344 | 426 | }; |
|
0 commit comments