Skip to content

Commit 6f3fe20

Browse files
authored
Merge branch 'master' into dependabot/bundler/rexml-3.3.9
2 parents 99077bf + 68c784b commit 6f3fe20

File tree

94 files changed

+211
-10465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+211
-10465
lines changed

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77

88
# Change Log
99

10+
## [2.2.0](https://github.com/layoutBox/FlexLayout/releases/tag/2.2.0)
11+
12+
#### Upgrade yoga to v3.2.1
13+
14+
Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#271](https://github.com/layoutBox/FlexLayout/pull/266)
15+
16+
#### Upgrade yoga to v3.1.0
17+
18+
Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#266](https://github.com/layoutBox/FlexLayout/pull/266)
19+
20+
1021
## [2.0.10](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.10)
1122

1223
#### Support `align-content`: `space-evenly`

Example/cocoapods/FlexLayoutSample.xcodeproj/project.pbxproj

Lines changed: 7 additions & 5 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

@@ -662,7 +664,7 @@
662664
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
663665
GCC_INPUT_FILETYPE = automatic;
664666
INFOPLIST_FILE = "../FlexLayoutSample/Supporting Files/Info.plist";
665-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
667+
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
666668
PRODUCT_BUNDLE_IDENTIFIER = com.lucdion.FlexLayoutSample;
667669
PRODUCT_NAME = "$(TARGET_NAME)";
668670
SWIFT_VERSION = 5.0;
@@ -676,7 +678,7 @@
676678
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
677679
GCC_INPUT_FILETYPE = automatic;
678680
INFOPLIST_FILE = "../FlexLayoutSample/Supporting Files/Info.plist";
679-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
681+
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
680682
PRODUCT_BUNDLE_IDENTIFIER = com.lucdion.FlexLayoutSample;
681683
PRODUCT_NAME = "$(TARGET_NAME)";
682684
SWIFT_VERSION = 5.0;

Example/cocoapods/Podfile

Lines changed: 0 additions & 15 deletions
This file was deleted.

Example/cocoapods/Podfile.lock

Lines changed: 0 additions & 27 deletions
This file was deleted.

FlexLayout.podspec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11

22
Pod::Spec.new do |spec|
33
spec.name = "FlexLayout"
4-
spec.version = "2.0.10"
4+
spec.version = "2.2.0"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"
88
spec.author = { "Luc Dion" => "luc_dion@yahoo.com" }
99

10-
spec.platform = :ios, "12.0"
10+
spec.platform = :ios, "13.4"
1111
spec.source = { :git => "https://github.com/lucdion/FlexLayout.git", :tag => "#{spec.version}" }
1212
spec.source_files = "Sources/**/*.{swift,h,m,mm,cpp,c}"
13-
spec.public_header_files = "Sources/yoga/include/yoga/*.h", "Sources/YogaKit/include/YogaKit/*.h"
13+
spec.public_header_files = "Sources/YogaKit/include/YogaKit/*.h"
1414
spec.libraries = 'c++'
1515

16+
1617
# Should match yoga_defs.bzl + BUCK configuration
1718
spec.compiler_flags = [
1819
'-fno-omit-frame-pointer',
@@ -22,4 +23,6 @@ Pod::Spec.new do |spec|
2223
'-std=c++20',
2324
'-fPIC'
2425
]
26+
27+
spec.dependency 'Yoga', '3.2.1'
2528
end

0 commit comments

Comments
 (0)