Skip to content

Commit 20c83a5

Browse files
author
Luc Dion
committed
Fix Podfile
1 parent 8db65bc commit 20c83a5

3 files changed

Lines changed: 1 addition & 13 deletions

File tree

LayoutFrameworkBenchmark.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,15 +282,13 @@
282282
"${BUILT_PRODUCTS_DIR}/LayoutKit/LayoutKit.framework",
283283
"${BUILT_PRODUCTS_DIR}/PinLayout/PinLayout.framework",
284284
"${PODS_ROOT}/Reveal-SDK/RevealServer-13/iOS/RevealServer.framework",
285-
"${BUILT_PRODUCTS_DIR}/StackViewLayout/StackViewLayout.framework",
286285
);
287286
name = "[CP] Embed Pods Frameworks";
288287
outputPaths = (
289288
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FlexLayout.framework",
290289
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LayoutKit.framework",
291290
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PinLayout.framework",
292291
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework",
293-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/StackViewLayout.framework",
294292
);
295293
runOnlyForDeploymentPostprocessing = 0;
296294
shellPath = /bin/sh;

Podfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@ target 'LayoutFrameworkBenchmark' do
1212
pod 'FlexLayout'
1313
pod 'LayoutKit'
1414
pod 'PinLayout'
15-
#pod 'PinLayout', :git => 'https://github.com/mirego/PinLayout.git', :commit => '9f1195d184b5fc6ec6d474338143ba5dee8d5941'
16-
#pod 'StackViewLayout'
17-
pod 'StackViewLayout', :path => '../StackViewLayout'
1815
pod 'Reveal-SDK'
1916
end

Podfile.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,19 @@ PODS:
33
- LayoutKit (7.0.2)
44
- PinLayout (1.5.9)
55
- Reveal-SDK (13)
6-
- StackViewLayout (0.1.6)
76

87
DEPENDENCIES:
98
- FlexLayout
109
- LayoutKit
1110
- PinLayout
1211
- Reveal-SDK
13-
- StackViewLayout (from `../StackViewLayout`)
14-
15-
EXTERNAL SOURCES:
16-
StackViewLayout:
17-
:path: ../StackViewLayout
1812

1913
SPEC CHECKSUMS:
2014
FlexLayout: 8cfa915850eab120c3d89c3b8b02e3aca96de554
2115
LayoutKit: 183c513f8322f4e22321499e54163864bcdf7d97
2216
PinLayout: b2ebf8622b28e82b6e1216ab4e4a0a8d082214fe
2317
Reveal-SDK: ccc2b0f8014965ea448b7534a7c2c8da232b75e8
24-
StackViewLayout: e42a641399ded6fe2c459b45cce6b0233a66467e
2518

26-
PODFILE CHECKSUM: 1681374d0771254a8fcdaae6dac2fc92d5b0a9e0
19+
PODFILE CHECKSUM: ae655f930c514ff23a524af2662b04f9eb65b4a4
2720

2821
COCOAPODS: 1.3.1

0 commit comments

Comments
 (0)