Skip to content

Commit 30c4d0a

Browse files
committed
General bug fixes and stability improvements
1 parent 3ede827 commit 30c4d0a

File tree

25 files changed

+20
-16
lines changed

25 files changed

+20
-16
lines changed

CHANGELOG.md

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

3+
### 11.1.4 - 3/18/22
4+
5+
• General bug fixes and stability improvements
6+
37
### 11.1.3 - 3/17/22
48

59
• Prevent Xcode from automatically changing framework version when an app is distributed

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- PixelSDK (11.1.3):
2+
- PixelSDK (11.1.4):
33
- PixelSDK-GPUImage3 (~> 3.0)
44
- PixelSDK-GPUImage3 (3.1.1)
55

@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
:podspec: "../PixelSDK.podspec"
1616

1717
SPEC CHECKSUMS:
18-
PixelSDK: c5be7b3808790488228cf0ce6a0b478654f9216a
18+
PixelSDK: 7dc1d241e92103e77c074c610f95103d0e90096b
1919
PixelSDK-GPUImage3: 6a66cfca487b57219e557a6a31b21d5bd6480bea
2020

2121
PODFILE CHECKSUM: 79b82a0f7e6f394eddc31f60b1ddd0470bc90801

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

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

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/_CodeSignature/CodeResources

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

Example/Pods/Pods.xcodeproj/project.pbxproj

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

Example/Pods/Pods.xcodeproj/xcuserdata/joshbernfeld.xcuserdatad/xcschemes/PixelSDK-GPUImage3.xcscheme

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

Example/Pods/Pods.xcodeproj/xcuserdata/joshbernfeld.xcuserdatad/xcschemes/PixelSDK.xcscheme

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

Example/Pods/Pods.xcodeproj/xcuserdata/joshbernfeld.xcuserdatad/xcschemes/Pods-PixelSDKExample.xcscheme

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

PixelSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'PixelSDK'
3-
s.version = '11.1.3'
3+
s.version = '11.1.4'
44
s.license = 'https://www.pixelsdk.com/terms-of-use/'
55
s.summary = 'Pixel SDK is a photo and video editing framework written in Swift.'
66
s.homepage = 'https://www.pixelsdk.com'

PixelSDK.xcframework.zip

106 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/_CodeSignature/CodeResources

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<dict>
77
<key>Assets.car</key>
88
<data>
9-
YotShmNBd43s+kCrlRnNNVQamJA=
9+
5b3i4SV1y0+VB4kFzSAer8CuCoE=
1010
</data>
1111
<key>CameraBottomController.nib</key>
1212
<data>
@@ -150,7 +150,7 @@
150150
</data>
151151
<key>Info.plist</key>
152152
<data>
153-
ucwcPo3X5WFhb9v+JECGJws/qeg=
153+
bQnvJfPyalqifxmm94L3ByN5EYY=
154154
</data>
155155
<key>LibraryAlbumBrowserControllerCell.nib</key>
156156
<data>
@@ -600,7 +600,7 @@
600600
<dict>
601601
<key>hash2</key>
602602
<data>
603-
XATDXCG8nb4NjflxIXJvlqy92R0JF5hxIN2NF8oMKY8=
603+
OXZDeRKTw4Xa2DQ32568dTd6/dt6xyBNX52aK/dM0xQ=
604604
</data>
605605
</dict>
606606
<key>CameraBottomController.nib</key>

0 commit comments

Comments
 (0)