Skip to content

Commit fbba0a6

Browse files
committed
imported texture
1 parent c316e0a commit fbba0a6

File tree

3 files changed

+55
-2
lines changed

3 files changed

+55
-2
lines changed

LayoutFrameworkBenchmark.xcodeproj/project.pbxproj

+8
Original file line numberDiff line numberDiff line change
@@ -289,17 +289,25 @@
289289
"${BUILT_PRODUCTS_DIR}/LayoutKit/LayoutKit.framework",
290290
"${BUILT_PRODUCTS_DIR}/NKFrameLayoutKit/NKFrameLayoutKit.framework",
291291
"${BUILT_PRODUCTS_DIR}/NotAutoLayout/NotAutoLayout.framework",
292+
"${BUILT_PRODUCTS_DIR}/PINCache/PINCache.framework",
293+
"${BUILT_PRODUCTS_DIR}/PINOperation/PINOperation.framework",
294+
"${BUILT_PRODUCTS_DIR}/PINRemoteImage/PINRemoteImage.framework",
292295
"${BUILT_PRODUCTS_DIR}/PinLayout/PinLayout.framework",
293296
"${PODS_ROOT}/Reveal-SDK/RevealServer/iOS/RevealServer.framework",
297+
"${BUILT_PRODUCTS_DIR}/Texture/AsyncDisplayKit.framework",
294298
);
295299
name = "[CP] Embed Pods Frameworks";
296300
outputPaths = (
297301
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FlexLayout.framework",
298302
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LayoutKit.framework",
299303
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NKFrameLayoutKit.framework",
300304
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NotAutoLayout.framework",
305+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PINCache.framework",
306+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PINOperation.framework",
307+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PINRemoteImage.framework",
301308
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PinLayout.framework",
302309
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework",
310+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AsyncDisplayKit.framework",
303311
);
304312
runOnlyForDeploymentPostprocessing = 0;
305313
shellPath = /bin/sh;

Podfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ target 'LayoutFrameworkBenchmark' do
1414
pod 'NotAutoLayout'
1515
pod 'NKFrameLayoutKit'
1616
pod 'PinLayout'
17+
pod 'Texture'
1718

1819
pod 'Reveal-SDK'
1920
end
@@ -27,4 +28,4 @@ post_install do |installer|
2728
end
2829
end
2930
end
30-
end
31+
end

Podfile.lock

+45-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,43 @@ PODS:
33
- LayoutKit (10.1.0)
44
- NKFrameLayoutKit (2.5)
55
- NotAutoLayout (3.2.0)
6+
- PINCache (3.0.1-beta.8):
7+
- PINCache/Arc-exception-safe (= 3.0.1-beta.8)
8+
- PINCache/Core (= 3.0.1-beta.8)
9+
- PINCache/Arc-exception-safe (3.0.1-beta.8):
10+
- PINCache/Core
11+
- PINCache/Core (3.0.1-beta.8):
12+
- PINOperation (~> 1.1.1)
613
- PinLayout (1.8.13)
14+
- PINOperation (1.1.2)
15+
- PINRemoteImage/Core (3.0.0):
16+
- PINOperation
17+
- PINRemoteImage/iOS (3.0.0):
18+
- PINRemoteImage/Core
19+
- PINRemoteImage/PINCache (3.0.0):
20+
- PINCache (= 3.0.1-beta.8)
21+
- PINRemoteImage/Core
722
- Reveal-SDK (26)
23+
- Texture (3.0.0):
24+
- Texture/AssetsLibrary (= 3.0.0)
25+
- Texture/Core (= 3.0.0)
26+
- Texture/MapKit (= 3.0.0)
27+
- Texture/Photos (= 3.0.0)
28+
- Texture/PINRemoteImage (= 3.0.0)
29+
- Texture/Video (= 3.0.0)
30+
- Texture/AssetsLibrary (3.0.0):
31+
- Texture/Core
32+
- Texture/Core (3.0.0)
33+
- Texture/MapKit (3.0.0):
34+
- Texture/Core
35+
- Texture/Photos (3.0.0):
36+
- Texture/Core
37+
- Texture/PINRemoteImage (3.0.0):
38+
- PINRemoteImage/iOS (~> 3.0.0)
39+
- PINRemoteImage/PINCache
40+
- Texture/Core
41+
- Texture/Video (3.0.0):
42+
- Texture/Core
843

944
DEPENDENCIES:
1045
- FlexLayout
@@ -13,24 +48,33 @@ DEPENDENCIES:
1348
- NotAutoLayout
1449
- PinLayout
1550
- Reveal-SDK
51+
- Texture
1652

1753
SPEC REPOS:
1854
trunk:
1955
- FlexLayout
2056
- LayoutKit
2157
- NKFrameLayoutKit
2258
- NotAutoLayout
59+
- PINCache
2360
- PinLayout
61+
- PINOperation
62+
- PINRemoteImage
2463
- Reveal-SDK
64+
- Texture
2565

2666
SPEC CHECKSUMS:
2767
FlexLayout: 257b6763526bc957d2abc2b77a05760b86ca0e21
2868
LayoutKit: 66478bb3af5ce4519a056d9465bc4c7585d2350b
2969
NKFrameLayoutKit: 8485fd4fb04c2c99e38e4dfd4b65a99ce10689b9
3070
NotAutoLayout: 4723ad82a21a7c6c60c823fff7f7c29467811b92
71+
PINCache: 534fd41d358d828dfdf227a0d327f3673a65e20b
3172
PinLayout: e41a50260a76508b7a7fcee8955c76639adc69bc
73+
PINOperation: 24b774353ca248fcf87d67b2d61eef42087c125a
74+
PINRemoteImage: e2b89e19fb6e77ffc099f9d9f3b3fe1745e3f9f9
3275
Reveal-SDK: 5f94f14aff3d5f2a49f246edcd266fa4472679e9
76+
Texture: 2f109e937850d94d1d07232041c9c7313ccddb81
3377

34-
PODFILE CHECKSUM: d74752ab55b8b4e940de10f66499bdb34a26c294
78+
PODFILE CHECKSUM: e88cf8183859e80454f97e5a3e30c34f9c220e27
3579

3680
COCOAPODS: 1.9.3

0 commit comments

Comments
 (0)