Skip to content

Commit b7cc1be

Browse files
committed
chore: update FlexLayoutSample
1 parent b04d8d8 commit b7cc1be

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

Example/cocoapods/FlexLayoutSample.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
249EFE361E64FAFE00165E39 = {
200200
isa = PBXGroup;
201201
children = (
202-
249EFE411E64FAFE00165E39 /* FlexLayoutSample */,
202+
249EFE411E64FAFE00165E39 /* ../FlexLayoutSample */,
203203
461884C59B72ACEAFC912B8A /* Frameworks */,
204204
85CAAE97812075333AF3E88F /* Pods */,
205205
249EFE401E64FAFE00165E39 /* Products */,
@@ -214,7 +214,7 @@
214214
name = Products;
215215
sourceTree = "<group>";
216216
};
217-
249EFE411E64FAFE00165E39 /* FlexLayoutSample */ = {
217+
249EFE411E64FAFE00165E39 /* ../FlexLayoutSample */ = {
218218
isa = PBXGroup;
219219
children = (
220220
2439CC671E66614D003326FB /* Supporting Files */,
@@ -449,11 +449,13 @@
449449
);
450450
inputPaths = (
451451
"${PODS_ROOT}/Target Support Files/Pods-FlexLayoutSample/Pods-FlexLayoutSample-frameworks.sh",
452+
"${BUILT_PRODUCTS_DIR}/Yoga/yoga.framework",
452453
"${BUILT_PRODUCTS_DIR}/FlexLayout/FlexLayout.framework",
453454
"${BUILT_PRODUCTS_DIR}/PinLayout/PinLayout.framework",
454455
);
455456
name = "[CP] Embed Pods Frameworks";
456457
outputPaths = (
458+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/yoga.framework",
457459
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FlexLayout.framework",
458460
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PinLayout.framework",
459461
);
@@ -475,7 +477,7 @@
475477
);
476478
runOnlyForDeploymentPostprocessing = 0;
477479
shellPath = /bin/sh;
478-
shellScript = "Pods/SwiftLint/swiftlint ../FlexLayoutSample\n";
480+
shellScript = "\"${PODS_ROOT}/SwiftLint/swiftlint\" --path ../FlexLayoutSample\n";
479481
};
480482
/* End PBXShellScriptBuildPhase section */
481483

Podfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
source 'https://cdn.cocoapods.org/'
22
use_frameworks!
3-
platform :ios, '12.0'
3+
platform :ios, '14.0'
44

55
workspace 'FlexLayout.xcworkspace'
66

7+
target 'FlexLayout' do
8+
pod 'Yoga', git: 'https://github.com/facebook/yoga.git', tag: 'v3.1.0'
9+
end
10+
711
target 'FlexLayoutTests' do
812
project 'FlexLayout.xcodeproj'
913
pod 'FlexLayout', path: './'

Podfile.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
PODS:
2-
- FlexLayout (2.0.10)
2+
- FlexLayout (2.0.10):
3+
- Yoga
34
- PinLayout (1.10.5)
45
- SwiftLint (0.55.1)
6+
- Yoga (3.1.0)
57

68
DEPENDENCIES:
79
- FlexLayout (from `./`)
810
- PinLayout
911
- SwiftLint
12+
- Yoga (from `https://github.com/facebook/yoga.git`, tag `v3.1.0`)
1013

1114
SPEC REPOS:
1215
trunk:
@@ -16,12 +19,21 @@ SPEC REPOS:
1619
EXTERNAL SOURCES:
1720
FlexLayout:
1821
:path: "./"
22+
Yoga:
23+
:git: https://github.com/facebook/yoga.git
24+
:tag: v3.1.0
25+
26+
CHECKOUT OPTIONS:
27+
Yoga:
28+
:git: https://github.com/facebook/yoga.git
29+
:tag: v3.1.0
1930

2031
SPEC CHECKSUMS:
21-
FlexLayout: ea94491c923485f7f28891cb5b10245d22df380b
32+
FlexLayout: a480ae4cb2b8a595c646cf7a3d2c7747951700a1
2233
PinLayout: f6c2b63a5a5b24864064e1d15c67de41b4e74748
2334
SwiftLint: 3fe909719babe5537c552ee8181c0031392be933
35+
Yoga: 73e3c7ca57e233ad32a1a265a8b55dcce6c4d529
2436

25-
PODFILE CHECKSUM: a0f152e938c551fd661bee3ffe26ccc6175f088b
37+
PODFILE CHECKSUM: 616cb577f11ab8498737680dedeed47c6fae4b64
2638

27-
COCOAPODS: 1.14.3
39+
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)