Skip to content

Commit d03718b

Browse files
committed
Fixed crash caused by iOS 15 UIView infinite layout loop
- Fixed crash caused by pressing back on EditController while photo is still being captured - General bug fixes and stability improvements
1 parent 7ef566b commit d03718b

File tree

217 files changed

+4454
-4741
lines changed

Some content is hidden

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

217 files changed

+4454
-4741
lines changed

CHANGELOG.md

+6

Example/Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- PixelSDK (11.0.3):
2+
- PixelSDK (11.0.4):
33
- PixelSDK-GPUImage3 (~> 3.0.0)
44
- PixelSDK-GPUImage3 (3.0.0)
55

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

1717
SPEC CHECKSUMS:
18-
PixelSDK: 7aca59154feb01b28cac46cddff8ba210a406a70
18+
PixelSDK: 592978f65259d966625c91cf8d79e4ad90699583
1919
PixelSDK-GPUImage3: e06fb7be214dbd76f3107a0c1d9c7dc8f648e3ad
2020

2121
PODFILE CHECKSUM: 79b82a0f7e6f394eddc31f60b1ddd0470bc90801
2222

23-
COCOAPODS: 1.10.2
23+
COCOAPODS: 1.11.2

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

+3-3
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/PixelSDK.framework/Headers/PixelSDK-Swift.h

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

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios.swiftinterface

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

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios.swiftinterface-e

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

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64.swiftinterface

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

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64.swiftinterface-e

+179-188
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/Headers/PixelSDK-Swift.h

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

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface

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

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e

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

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64.swiftinterface

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

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64.swiftinterface-e

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

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface

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

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e

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

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/x86_64.swiftinterface

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

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/x86_64.swiftinterface-e

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

0 commit comments

Comments
 (0)