Skip to content

Commit 7be3c77

Browse files
committed
Update pods
1 parent a248a14 commit 7be3c77

3 files changed

Lines changed: 42 additions & 42 deletions

File tree

LayoutFrameworkBenchmark.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
"${BUILT_PRODUCTS_DIR}/PINRemoteImage/PINRemoteImage.framework",
309309
"${BUILT_PRODUCTS_DIR}/PinLayout/PinLayout.framework",
310310
"${BUILT_PRODUCTS_DIR}/Texture/AsyncDisplayKit.framework",
311-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Reveal-SDK/RevealServer.framework/RevealServer",
311+
"${BUILT_PRODUCTS_DIR}/Yoga/yoga.framework",
312312
);
313313
name = "[CP] Embed Pods Frameworks";
314314
outputPaths = (
@@ -321,7 +321,7 @@
321321
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PINRemoteImage.framework",
322322
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PinLayout.framework",
323323
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AsyncDisplayKit.framework",
324-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework",
324+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/yoga.framework",
325325
);
326326
runOnlyForDeploymentPostprocessing = 0;
327327
shellPath = /bin/sh;
@@ -509,6 +509,7 @@
509509
CODE_SIGN_STYLE = Automatic;
510510
DEVELOPMENT_TEAM = "";
511511
INFOPLIST_FILE = LayoutFrameworkBenchmark/Info.plist;
512+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
512513
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
513514
PRODUCT_BUNDLE_IDENTIFIER = com.layoutbox.LayoutFrameworkBenchmark;
514515
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -527,6 +528,7 @@
527528
CODE_SIGN_STYLE = Automatic;
528529
DEVELOPMENT_TEAM = "";
529530
INFOPLIST_FILE = LayoutFrameworkBenchmark/Info.plist;
531+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
530532
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
531533
PRODUCT_BUNDLE_IDENTIFIER = com.layoutbox.LayoutFrameworkBenchmark;
532534
PRODUCT_NAME = "$(TARGET_NAME)";

Podfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use_frameworks!
44

55
project 'LayoutFrameworkBenchmark.xcodeproj'
66

7-
platform :ios, '10.0'
7+
platform :ios, '15.0'
88

99
inhibit_all_warnings!
1010

@@ -15,6 +15,4 @@ target 'LayoutFrameworkBenchmark' do
1515
pod 'NKFrameLayoutKit'
1616
pod 'PinLayout'
1717
pod 'Texture'
18-
19-
pod 'Reveal-SDK'
2018
end

Podfile.lock

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
PODS:
2-
- FlexLayout (1.3.23)
2+
- FlexLayout (2.2.2):
3+
- Yoga (= 3.2.1)
34
- LayoutKit (10.1.0)
45
- NKFrameLayoutKit (2.5)
56
- NotAutoLayout (3.2.0)
6-
- PINCache (3.0.3):
7-
- PINCache/Arc-exception-safe (= 3.0.3)
8-
- PINCache/Core (= 3.0.3)
9-
- PINCache/Arc-exception-safe (3.0.3):
7+
- PINCache (3.0.4):
8+
- PINCache/Arc-exception-safe (= 3.0.4)
9+
- PINCache/Core (= 3.0.4)
10+
- PINCache/Arc-exception-safe (3.0.4):
1011
- PINCache/Core
11-
- PINCache/Core (3.0.3):
12-
- PINOperation (~> 1.2.1)
13-
- PinLayout (1.10.0)
14-
- PINOperation (1.2.1)
15-
- PINRemoteImage/Core (3.0.3):
12+
- PINCache/Core (3.0.4):
13+
- PINOperation (~> 1.2.3)
14+
- PinLayout (1.10.6)
15+
- PINOperation (1.2.3)
16+
- PINRemoteImage/Core (3.0.4):
1617
- PINOperation
17-
- PINRemoteImage/iOS (3.0.3):
18+
- PINRemoteImage/iOS (3.0.4):
1819
- PINRemoteImage/Core
19-
- PINRemoteImage/PINCache (3.0.3):
20-
- PINCache (~> 3.0.3)
20+
- PINRemoteImage/PINCache (3.0.4):
21+
- PINCache (~> 3.0.4)
2122
- PINRemoteImage/Core
22-
- Reveal-SDK (33)
23-
- Texture (3.1.0):
24-
- Texture/AssetsLibrary (= 3.1.0)
25-
- Texture/Core (= 3.1.0)
26-
- Texture/MapKit (= 3.1.0)
27-
- Texture/Photos (= 3.1.0)
28-
- Texture/PINRemoteImage (= 3.1.0)
29-
- Texture/Video (= 3.1.0)
30-
- Texture/AssetsLibrary (3.1.0):
23+
- Texture (3.2.0):
24+
- Texture/AssetsLibrary (= 3.2.0)
25+
- Texture/Core (= 3.2.0)
26+
- Texture/MapKit (= 3.2.0)
27+
- Texture/Photos (= 3.2.0)
28+
- Texture/PINRemoteImage (= 3.2.0)
29+
- Texture/Video (= 3.2.0)
30+
- Texture/AssetsLibrary (3.2.0):
3131
- Texture/Core
32-
- Texture/Core (3.1.0)
33-
- Texture/MapKit (3.1.0):
32+
- Texture/Core (3.2.0)
33+
- Texture/MapKit (3.2.0):
3434
- Texture/Core
35-
- Texture/Photos (3.1.0):
35+
- Texture/Photos (3.2.0):
3636
- Texture/Core
37-
- Texture/PINRemoteImage (3.1.0):
37+
- Texture/PINRemoteImage (3.2.0):
3838
- PINRemoteImage/iOS (~> 3.0.0)
3939
- PINRemoteImage/PINCache
4040
- Texture/Core
41-
- Texture/Video (3.1.0):
41+
- Texture/Video (3.2.0):
4242
- Texture/Core
43+
- Yoga (3.2.1)
4344

4445
DEPENDENCIES:
4546
- FlexLayout
4647
- LayoutKit (from `https://github.com/LinkedInAttic/LayoutKit.git`)
4748
- NKFrameLayoutKit
4849
- NotAutoLayout
4950
- PinLayout
50-
- Reveal-SDK
5151
- Texture
5252

5353
SPEC REPOS:
@@ -59,8 +59,8 @@ SPEC REPOS:
5959
- PinLayout
6060
- PINOperation
6161
- PINRemoteImage
62-
- Reveal-SDK
6362
- Texture
63+
- Yoga
6464

6565
EXTERNAL SOURCES:
6666
LayoutKit:
@@ -72,17 +72,17 @@ CHECKOUT OPTIONS:
7272
:git: https://github.com/LinkedInAttic/LayoutKit.git
7373

7474
SPEC CHECKSUMS:
75-
FlexLayout: 5b44c0538e7eaa2110e3160dfdfb74611676fb91
75+
FlexLayout: c73d8da295a01937efece5531e12a692a3b9dd07
7676
LayoutKit: 66478bb3af5ce4519a056d9465bc4c7585d2350b
7777
NKFrameLayoutKit: 8485fd4fb04c2c99e38e4dfd4b65a99ce10689b9
7878
NotAutoLayout: 4723ad82a21a7c6c60c823fff7f7c29467811b92
79-
PINCache: 7a8fc1a691173d21dbddbf86cd515de6efa55086
80-
PinLayout: e50e9a748b632905fca6e67043ea4b05d6c92186
81-
PINOperation: 00c935935f1e8cf0d1e2d6b542e75b88fc3e5e20
82-
PINRemoteImage: f1295b29f8c5e640e25335a1b2bd9d805171bd01
83-
Reveal-SDK: effba1c940b8337195563c425a6b5862ec875caa
84-
Texture: 2e8ab2519452515f7f5a520f5a8f7e0a413abfa3
79+
PINCache: d9a87a0ff397acffe9e2f0db972ac14680441158
80+
PinLayout: e2fceb4cbfdf49f3569fc242a7dfa0da4fb9aa06
81+
PINOperation: fb563bcc9c32c26d6c78aaff967d405aa2ee74a7
82+
PINRemoteImage: 6256a644f4996991f124811763c7286b2a63ff94
83+
Texture: 61e86ea2ee124f545be40293b54b5b8986006da2
84+
Yoga: 636ce73bd247407928a7df089f3bc3675916b3ff
8585

86-
PODFILE CHECKSUM: f70dfc241e0d33e495e99861a4e22519960087c6
86+
PODFILE CHECKSUM: 995a4143850fbe450aace4486444d8fba0d0e46e
8787

8888
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)