|
24 | 24 | 24661D001F4EFFF5002CB883 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24661CFF1F4EFFF5002CB883 /* AppDelegate.swift */; }; |
25 | 25 | 24661D071F4EFFF5002CB883 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 24661D061F4EFFF5002CB883 /* Assets.xcassets */; }; |
26 | 26 | 24661D0A1F4EFFF5002CB883 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 24661D081F4EFFF5002CB883 /* LaunchScreen.storyboard */; }; |
| 27 | + BF3DC69820B560A400536177 /* FeedItemNotAutoLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF3DC69720B560A400536177 /* FeedItemNotAutoLayoutView.swift */; }; |
27 | 28 | /* End PBXBuildFile section */ |
28 | 29 |
|
29 | 30 | /* Begin PBXFileReference section */ |
|
48 | 49 | 24661D0B1F4EFFF5002CB883 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
49 | 50 | 4F34489CA12B845548D7F17E /* Pods_LayoutFrameworkBenchmark.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LayoutFrameworkBenchmark.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
50 | 51 | 73BD901DE3512A23A7603899 /* Pods-LayoutFrameworkBenchmark.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LayoutFrameworkBenchmark.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LayoutFrameworkBenchmark/Pods-LayoutFrameworkBenchmark.debug.xcconfig"; sourceTree = "<group>"; }; |
| 52 | + BF3DC69720B560A400536177 /* FeedItemNotAutoLayoutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedItemNotAutoLayoutView.swift; sourceTree = "<group>"; }; |
51 | 53 | /* End PBXFileReference section */ |
52 | 54 |
|
53 | 55 | /* Begin PBXFrameworksBuildPhase section */ |
|
69 | 71 | 2401BC921F4F020D00788998 /* FlexLayout */, |
70 | 72 | 2401BC8D1F4F01CC00788998 /* LayoutKit */, |
71 | 73 | 2401BC9C1F4F041400788998 /* ManualLayout */, |
| 74 | + BF3DC69620B5608000536177 /* NotAutoLayout */, |
72 | 75 | 2401BC911F4F020600788998 /* PinLayout */, |
73 | 76 | 2401BC9F1F4F043800788998 /* UIStackView */, |
74 | 77 | 2401BC751F4F018C00788998 /* BenchmarkViewController.swift */, |
|
185 | 188 | name = Frameworks; |
186 | 189 | sourceTree = "<group>"; |
187 | 190 | }; |
| 191 | + BF3DC69620B5608000536177 /* NotAutoLayout */ = { |
| 192 | + isa = PBXGroup; |
| 193 | + children = ( |
| 194 | + BF3DC69720B560A400536177 /* FeedItemNotAutoLayoutView.swift */, |
| 195 | + ); |
| 196 | + name = NotAutoLayout; |
| 197 | + sourceTree = "<group>"; |
| 198 | + }; |
188 | 199 | /* End PBXGroup section */ |
189 | 200 |
|
190 | 201 | /* Begin PBXNativeTarget section */ |
|
197 | 208 | 24661CF91F4EFFF5002CB883 /* Frameworks */, |
198 | 209 | 24661CFA1F4EFFF5002CB883 /* Resources */, |
199 | 210 | 84A6AA5174E802B10D43854E /* [CP] Embed Pods Frameworks */, |
200 | | - B8AEA99D8FF290D7C77FC40D /* [CP] Copy Pods Resources */, |
201 | 211 | ); |
202 | 212 | buildRules = ( |
203 | 213 | ); |
|
265 | 275 | "${SRCROOT}/Pods/Target Support Files/Pods-LayoutFrameworkBenchmark/Pods-LayoutFrameworkBenchmark-frameworks.sh", |
266 | 276 | "${BUILT_PRODUCTS_DIR}/FlexLayout/FlexLayout.framework", |
267 | 277 | "${BUILT_PRODUCTS_DIR}/LayoutKit/LayoutKit.framework", |
| 278 | + "${BUILT_PRODUCTS_DIR}/NotAutoLayout/NotAutoLayout.framework", |
268 | 279 | "${BUILT_PRODUCTS_DIR}/PinLayout/PinLayout.framework", |
269 | 280 | "${PODS_ROOT}/Reveal-SDK/RevealServer-14/iOS/RevealServer.framework", |
270 | 281 | ); |
271 | 282 | name = "[CP] Embed Pods Frameworks"; |
272 | 283 | outputPaths = ( |
273 | 284 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FlexLayout.framework", |
274 | 285 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LayoutKit.framework", |
| 286 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NotAutoLayout.framework", |
275 | 287 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PinLayout.framework", |
276 | 288 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework", |
277 | 289 | ); |
|
280 | 292 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LayoutFrameworkBenchmark/Pods-LayoutFrameworkBenchmark-frameworks.sh\"\n"; |
281 | 293 | showEnvVarsInLog = 0; |
282 | 294 | }; |
283 | | - B8AEA99D8FF290D7C77FC40D /* [CP] Copy Pods Resources */ = { |
284 | | - isa = PBXShellScriptBuildPhase; |
285 | | - buildActionMask = 2147483647; |
286 | | - files = ( |
287 | | - ); |
288 | | - inputPaths = ( |
289 | | - ); |
290 | | - name = "[CP] Copy Pods Resources"; |
291 | | - outputPaths = ( |
292 | | - ); |
293 | | - runOnlyForDeploymentPostprocessing = 0; |
294 | | - shellPath = /bin/sh; |
295 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LayoutFrameworkBenchmark/Pods-LayoutFrameworkBenchmark-resources.sh\"\n"; |
296 | | - showEnvVarsInLog = 0; |
297 | | - }; |
298 | 295 | FB2DF4C2068AD4C560959816 /* [CP] Check Pods Manifest.lock */ = { |
299 | 296 | isa = PBXShellScriptBuildPhase; |
300 | 297 | buildActionMask = 2147483647; |
|
329 | 326 | 2401BC821F4F018C00788998 /* CollectionViewController.swift in Sources */, |
330 | 327 | 2401BC9E1F4F042700788998 /* FeedItemManualView.swift in Sources */, |
331 | 328 | 2401BC811F4F018C00788998 /* BenchmarkViewController.swift in Sources */, |
| 329 | + BF3DC69820B560A400536177 /* FeedItemNotAutoLayoutView.swift in Sources */, |
332 | 330 | 2401BC9B1F4F03B300788998 /* ProfileCardLayout.swift in Sources */, |
333 | 331 | 2401BC941F4F021F00788998 /* FeedItemFlexLayoutView.swift in Sources */, |
334 | 332 | 2401BCA41F4F045F00788998 /* FeedItemAutoLayoutView.swift in Sources */, |
|
0 commit comments