Skip to content

Commit 82d4a0a

Browse files
committed
Add NotAutoLayout through CocoaPods
1 parent 219be95 commit 82d4a0a

3 files changed

Lines changed: 16 additions & 18 deletions

File tree

LayoutFrameworkBenchmark.xcodeproj/project.pbxproj

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@
197197
24661CF91F4EFFF5002CB883 /* Frameworks */,
198198
24661CFA1F4EFFF5002CB883 /* Resources */,
199199
84A6AA5174E802B10D43854E /* [CP] Embed Pods Frameworks */,
200-
B8AEA99D8FF290D7C77FC40D /* [CP] Copy Pods Resources */,
201200
);
202201
buildRules = (
203202
);
@@ -265,13 +264,15 @@
265264
"${SRCROOT}/Pods/Target Support Files/Pods-LayoutFrameworkBenchmark/Pods-LayoutFrameworkBenchmark-frameworks.sh",
266265
"${BUILT_PRODUCTS_DIR}/FlexLayout/FlexLayout.framework",
267266
"${BUILT_PRODUCTS_DIR}/LayoutKit/LayoutKit.framework",
267+
"${BUILT_PRODUCTS_DIR}/NotAutoLayout/NotAutoLayout.framework",
268268
"${BUILT_PRODUCTS_DIR}/PinLayout/PinLayout.framework",
269269
"${PODS_ROOT}/Reveal-SDK/RevealServer-14/iOS/RevealServer.framework",
270270
);
271271
name = "[CP] Embed Pods Frameworks";
272272
outputPaths = (
273273
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FlexLayout.framework",
274274
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LayoutKit.framework",
275+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NotAutoLayout.framework",
275276
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PinLayout.framework",
276277
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework",
277278
);
@@ -280,21 +281,6 @@
280281
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LayoutFrameworkBenchmark/Pods-LayoutFrameworkBenchmark-frameworks.sh\"\n";
281282
showEnvVarsInLog = 0;
282283
};
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-
};
298284
FB2DF4C2068AD4C560959816 /* [CP] Check Pods Manifest.lock */ = {
299285
isa = PBXShellScriptBuildPhase;
300286
buildActionMask = 2147483647;

Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ target 'LayoutFrameworkBenchmark' do
1313
pod 'LayoutKit'
1414
pod 'PinLayout'
1515
pod 'Reveal-SDK'
16+
pod 'NotAutoLayout'
1617
end

Podfile.lock

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,32 @@
11
PODS:
22
- FlexLayout (1.3.6)
33
- LayoutKit (7.0.2)
4+
- NotAutoLayout (3.1.1)
45
- PinLayout (1.7.2)
56
- Reveal-SDK (14)
67

78
DEPENDENCIES:
89
- FlexLayout
910
- LayoutKit
11+
- NotAutoLayout
1012
- PinLayout
1113
- Reveal-SDK
1214

15+
SPEC REPOS:
16+
https://github.com/CocoaPods/Specs.git:
17+
- FlexLayout
18+
- LayoutKit
19+
- NotAutoLayout
20+
- PinLayout
21+
- Reveal-SDK
22+
1323
SPEC CHECKSUMS:
1424
FlexLayout: bcdde388eaf826cfb6f801c8a507e2dca70412fa
1525
LayoutKit: 183c513f8322f4e22321499e54163864bcdf7d97
26+
NotAutoLayout: 2e6e82146dcb556cb61fcfd638b202639c167e84
1627
PinLayout: bbe0fc9a60ef0f3dc1909ea26e7a1684b30a263d
1728
Reveal-SDK: 55b5c5545233b680c2f8da734f202acc15d422b7
1829

19-
PODFILE CHECKSUM: ae655f930c514ff23a524af2662b04f9eb65b4a4
30+
PODFILE CHECKSUM: 8558b640c2bd1d253536da517991c188d0d44fed
2031

21-
COCOAPODS: 1.3.1
32+
COCOAPODS: 1.5.0

0 commit comments

Comments
 (0)