We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac6a4d commit 0f1b498Copy full SHA for 0f1b498
CHANGELOG.md
@@ -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
7
## [11.10.1]
8
9
### Fixed
Package.swift
@@ -8,7 +8,7 @@ let package = Package(
.library(name: "VideoEditorSDK", targets: ["VideoEditorSDK"]),
],
10
dependencies: [
11
- .package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.10.1")
+ .package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.10.2")
12
13
targets: [
14
.target(
0 commit comments