Skip to content

Commit 0f1b498

Browse files
committed
Add version 11.10.2
1 parent bac6a4d commit 0f1b498

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [11.10.2]
2+
3+
### Fixed
4+
5+
* Fixed Xcode 16 submissions failed due to bitcode contained in the frameworks. (#1902)
6+
17
## [11.10.1]
28

39
### Fixed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.library(name: "VideoEditorSDK", targets: ["VideoEditorSDK"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.10.1")
11+
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.10.2")
1212
],
1313
targets: [
1414
.target(

0 commit comments

Comments
 (0)