Skip to content

Commit 15ac57c

Browse files
committed
Fixed bug which would cause HDR content to appear washed out on iPhone 12 and iPhone 13
1 parent d03718b commit 15ac57c

File tree

89 files changed

+145
-140
lines changed

Some content is hidden

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

89 files changed

+145
-140
lines changed

CHANGELOG.md

+5

Example/Podfile.lock

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

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

1717
SPEC CHECKSUMS:
18-
PixelSDK: 592978f65259d966625c91cf8d79e4ad90699583
18+
PixelSDK: f726b2112703923108cf4f700e2df79072bc8168
1919
PixelSDK-GPUImage3: e06fb7be214dbd76f3107a0c1d9c7dc8f648e3ad
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.

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/PixelSDK-Swift.h

+4-4
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

+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-e

+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.swiftinterface

+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.swiftinterface-e

+1-1
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

+8-8
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

+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_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e

+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_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64.swiftinterface

+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_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64.swiftinterface-e

+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_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface

+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_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e

+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_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/x86_64.swiftinterface

+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_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/x86_64.swiftinterface-e

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

0 commit comments

Comments
 (0)