Skip to content

Commit

Permalink
Fixed issue where editing media of certain sizes would cause the UI t…
Browse files Browse the repository at this point in the history
…o freeze (e.g. selfies from the native Camera app)

General bug fixes and stability improvements
  • Loading branch information
joshbernfeld committed Feb 11, 2022
1 parent c70544f commit 152f2b1
Show file tree
Hide file tree
Showing 41 changed files with 94 additions and 398 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 11.1.1 - 2/10/22

&bull; Fixed issue where editing media of certain sizes would cause the UI to freeze (e.g. selfies from the native Camera app)<br>
&bull; General bug fixes and stability improvements

### 11.1.0 - 1/19/22

&bull; Added Swift Package Manager support<br>
Expand Down
Binary file not shown.
17 changes: 8 additions & 9 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
PODS:
- PixelSDK (11.1.0):
- PixelSDK (11.1.1):
- PixelSDK-GPUImage3 (~> 3.0)
- PixelSDK-GPUImage3 (3.1.0)
- PixelSDK-GPUImage3 (3.1.1)

DEPENDENCIES:
- PixelSDK (from `../PixelSDK.podspec`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- PixelSDK-GPUImage3
- PixelSDK-GPUImage3 (from `../../GPUImage3/PixelSDK-GPUImage3.podspec`)

EXTERNAL SOURCES:
PixelSDK:
:podspec: "../PixelSDK.podspec"
PixelSDK-GPUImage3:
:podspec: "../../GPUImage3/PixelSDK-GPUImage3.podspec"

SPEC CHECKSUMS:
PixelSDK: 7e8921cde7b1d6e72cb274cd8f25cec68f44c933
PixelSDK-GPUImage3: 4036d2a6188fa0afbbf99ede47f0520c9a5df3f9
PixelSDK: 7130912e38481235f33815d928f4a6e90e8a87c2
PixelSDK-GPUImage3: 7024652fa01edc13c66ecc878b0696239464c32b

PODFILE CHECKSUM: 79b82a0f7e6f394eddc31f60b1ddd0470bc90801
PODFILE CHECKSUM: 3f50319b487b31032c251463cca85b3a88bc0b80

COCOAPODS: 1.11.2
25 changes: 25 additions & 0 deletions Example/Pods/Local Podspecs/PixelSDK-GPUImage3.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Local Podspecs/PixelSDK.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 8 additions & 9 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions Example/Pods/PixelSDK-GPUImage3/License.txt

This file was deleted.

Loading

0 comments on commit 152f2b1

Please sign in to comment.