|
66 | 66 | B71A47CA1E3389EC00063592 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
67 | 67 | B7B6E56A1E33B7EF000CA782 /* R.generated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = R.generated.swift; sourceTree = "<group>"; }; |
68 | 68 | B7B6E56C1E33B88E000CA782 /* DemoView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = DemoView.xib; sourceTree = "<group>"; }; |
69 | | -B7B6E5741E33BAC4000CA782 /* DataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DataSource.swift; path = ../Models/DataSource.swift; sourceTree = "<group>"; }; |
| 69 | +B7B6E5741E33BAC4000CA782 /* DataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DataSource.swift; path = DataSource.swift; sourceTree = "<group>"; }; |
70 | 70 | B7B6E5761E33BBBD000CA782 /* DemoViewCollectionViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = DemoViewCollectionViewCell.xib; sourceTree = "<group>"; }; |
71 | 71 | B7B6E57B1E33C1DF000CA782 /* DemoViewCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemoViewCollectionViewCell.swift; sourceTree = "<group>"; }; |
72 | 72 | B7B6E57D1E33C1FE000CA782 /* DemoView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemoView.swift; sourceTree = "<group>"; }; |
73 | | -B7B6E57F1E33C38E000CA782 /* FlowLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FlowLayout.swift; path = ../Models/FlowLayout.swift; sourceTree = "<group>"; }; |
| 73 | +B7B6E57F1E33C38E000CA782 /* FlowLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FlowLayout.swift; path = FlowLayout.swift; sourceTree = "<group>"; }; |
74 | 74 | CBC80DA3B43C8DCD8D484F97 /* Pods-DatasourceDemoUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DatasourceDemoUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-DatasourceDemoUITests/Pods-DatasourceDemoUITests.release.xcconfig"; sourceTree = "<group>"; }; |
75 | 75 | E97121DD54AA61D3CFEB042C /* Pods_DatasourceDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DatasourceDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
76 | 76 | /* End PBXFileReference section */ |
|
152 | 152 | B71A47A71E3389EC00063592 /* DatasourceDemo */ = { |
153 | 153 | isa = PBXGroup; |
154 | 154 | children = ( |
155 | | -B7B6E5831E33D01B000CA782 /* Resources */, |
| 155 | +B7B6E56E1E33B93A000CA782 /* Controllers */, |
156 | 156 | B7B6E5701E33B957000CA782 /* Layouts */, |
| 157 | +B7B6E5831E33D01B000CA782 /* Resources */, |
157 | 158 | B7B6E57A1E33C1C5000CA782 /* Views */, |
158 | | -B7B6E56E1E33B93A000CA782 /* Controllers */, |
159 | 159 | B71A47A81E3389EC00063592 /* AppDelegate.swift */, |
160 | 160 | ); |
161 | 161 | path = DatasourceDemo; |
|
182 | 182 | B7B6E56E1E33B93A000CA782 /* Controllers */ = { |
183 | 183 | isa = PBXGroup; |
184 | 184 | children = ( |
185 | | -B71A47AA1E3389EC00063592 /* DemoViewController.swift */, |
186 | 185 | B7B6E5741E33BAC4000CA782 /* DataSource.swift */, |
| 186 | +B71A47AA1E3389EC00063592 /* DemoViewController.swift */, |
187 | 187 | B7B6E57F1E33C38E000CA782 /* FlowLayout.swift */, |
188 | 188 | ); |
189 | 189 | path = Controllers; |
|
228 | 228 | B7B6E5831E33D01B000CA782 /* Resources */ = { |
229 | 229 | isa = PBXGroup; |
230 | 230 | children = ( |
231 | | -B71A47B41E3389EC00063592 /* Info.plist */, |
232 | 231 | B71A47AF1E3389EC00063592 /* Assets.xcassets */, |
| 232 | +B71A47B41E3389EC00063592 /* Info.plist */, |
233 | 233 | ); |
234 | 234 | name = Resources; |
| 235 | +path = Resources; |
235 | 236 | sourceTree = "<group>"; |
236 | 237 | }; |
237 | 238 | /* End PBXGroup section */ |
|
695 | 696 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; |
696 | 697 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
697 | 698 | DEVELOPMENT_TEAM = B523L54ZLB; |
698 | | -INFOPLIST_FILE = DatasourceDemo/Info.plist; |
| 699 | +INFOPLIST_FILE = DatasourceDemo/Resources/Info.plist; |
699 | 700 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
700 | 701 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
701 | 702 | PRODUCT_BUNDLE_IDENTIFIER = com.ios.datasourceDemo; |
|
711 | 712 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; |
712 | 713 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
713 | 714 | DEVELOPMENT_TEAM = B523L54ZLB; |
714 | | -INFOPLIST_FILE = DatasourceDemo/Info.plist; |
| 715 | +INFOPLIST_FILE = DatasourceDemo/Resources/Info.plist; |
715 | 716 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
716 | 717 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
717 | 718 | PRODUCT_BUNDLE_IDENTIFIER = com.ios.datasourceDemo; |
|
0 commit comments