Skip to content

Commit 152f2b1

Browse files
committed
Fixed issue where editing media of certain sizes would cause the UI to freeze (e.g. selfies from the native Camera app)
General bug fixes and stability improvements
1 parent c70544f commit 152f2b1

File tree

41 files changed

+94
-398
lines changed

Some content is hidden

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

41 files changed

+94
-398
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### 11.1.1 - 2/10/22
4+
5+
&bull; Fixed issue where editing media of certain sizes would cause the UI to freeze (e.g. selfies from the native Camera app)<br>
6+
&bull; General bug fixes and stability improvements
7+
38
### 11.1.0 - 1/19/22
49

510
&bull; Added Swift Package Manager support<br>

Example/Podfile.lock

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
PODS:
2-
- PixelSDK (11.1.0):
2+
- PixelSDK (11.1.1):
33
- PixelSDK-GPUImage3 (~> 3.0)
4-
- PixelSDK-GPUImage3 (3.1.0)
4+
- PixelSDK-GPUImage3 (3.1.1)
55

66
DEPENDENCIES:
77
- PixelSDK (from `../PixelSDK.podspec`)
8-
9-
SPEC REPOS:
10-
https://github.com/CocoaPods/Specs.git:
11-
- PixelSDK-GPUImage3
8+
- PixelSDK-GPUImage3 (from `../../GPUImage3/PixelSDK-GPUImage3.podspec`)
129

1310
EXTERNAL SOURCES:
1411
PixelSDK:
1512
:podspec: "../PixelSDK.podspec"
13+
PixelSDK-GPUImage3:
14+
:podspec: "../../GPUImage3/PixelSDK-GPUImage3.podspec"
1615

1716
SPEC CHECKSUMS:
18-
PixelSDK: 7e8921cde7b1d6e72cb274cd8f25cec68f44c933
19-
PixelSDK-GPUImage3: 4036d2a6188fa0afbbf99ede47f0520c9a5df3f9
17+
PixelSDK: 7130912e38481235f33815d928f4a6e90e8a87c2
18+
PixelSDK-GPUImage3: 7024652fa01edc13c66ecc878b0696239464c32b
2019

21-
PODFILE CHECKSUM: 79b82a0f7e6f394eddc31f60b1ddd0470bc90801
20+
PODFILE CHECKSUM: 3f50319b487b31032c251463cca85b3a88bc0b80
2221

2322
COCOAPODS: 1.11.2

Example/Pods/Local Podspecs/PixelSDK-GPUImage3.podspec.json

+25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Local Podspecs/PixelSDK.podspec.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+8-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/PixelSDK-GPUImage3/License.txt

-9
This file was deleted.

0 commit comments

Comments
 (0)