Skip to content

Commit dabdefd

Browse files
committed
Update version to 2.0.06
1 parent 8ed7f49 commit dabdefd

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

88
# Change Log
99

10+
11+
## [2.0.06](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.06)
12+
Released on 2023-10-15
13+
14+
#### Fix error that occur when creating XCFramework
15+
16+
Background
17+
18+
- Public header issue occurs when using Objective-C package in [Tuist](https://github.com/tuist/tuist)'s Dependency. To resolve this issue, I want to provide xcframework.
19+
- Resolve the issue that occurs when creating xcframework due to duplicate 'postfix operator %'.
20+
21+
Contents
22+
23+
- remove unnecessary files and headers
24+
- Modified to manage yoga directly in FlexLayout. Buck dependency is now unnecessary.
25+
- remove duplicated postfix operator
26+
- update Podfile.lock
27+
- remove Info.plist
28+
- move `FlexLayout.h` to public header directory
29+
30+
Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#244](https://github.com/layoutBox/FlexLayout/pull/244)
31+
32+
33+
1034
## [2.0.05](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.05)
1135
Released on 2024-01-11
1236

FlexLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |spec|
33
spec.name = "FlexLayout"
4-
spec.version = "2.0.05"
4+
spec.version = "2.0.06"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"

0 commit comments

Comments
 (0)