Skip to content

Commit c5295fd

Browse files
committed
Added support for system language override with languageCode variable
- Fixed photo camera incompatibility with iPhone 12, iPhone 12 Pro and iPhone 12 Pro Max - Fixed bug which prevented dates from being properly encoded on Arabic locale devices - Fixed filter thumbnails hide/show animation on `CameraController` - Improved audio playback interruption handling
1 parent da60423 commit c5295fd

File tree

199 files changed

+479
-298
lines changed

Some content is hidden

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

199 files changed

+479
-298
lines changed

CHANGELOG.md

+10-2

Example/PixelSDKExample.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@
825825
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
826826
CODE_SIGN_STYLE = Automatic;
827827
CURRENT_PROJECT_VERSION = 1;
828-
DEVELOPMENT_TEAM = "";
828+
DEVELOPMENT_TEAM = FQ7WDPMYNA;
829829
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
830830
INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
831831
LD_RUNPATH_SEARCH_PATHS = (
@@ -845,7 +845,7 @@
845845
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
846846
CODE_SIGN_STYLE = Automatic;
847847
CURRENT_PROJECT_VERSION = 1;
848-
DEVELOPMENT_TEAM = "";
848+
DEVELOPMENT_TEAM = FQ7WDPMYNA;
849849
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
850850
INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
851851
LD_RUNPATH_SEARCH_PATHS = (

Example/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- PixelSDK (10.1.2):
3-
- PixelSDK-GPUImage3 (~> 1.1.1)
4-
- PixelSDK-GPUImage3 (1.1.13)
2+
- PixelSDK (10.2.0):
3+
- PixelSDK-GPUImage3 (~> 2.0.0)
4+
- PixelSDK-GPUImage3 (2.0.0)
55

66
DEPENDENCIES:
77
- PixelSDK (from `../PixelSDK.podspec`)
@@ -15,8 +15,8 @@ EXTERNAL SOURCES:
1515
:podspec: "../PixelSDK.podspec"
1616

1717
SPEC CHECKSUMS:
18-
PixelSDK: cb00460585d8493b261c1668d041deccec743a7d
19-
PixelSDK-GPUImage3: 739e8363b869501fbb9cd3e4230755798e4609cb
18+
PixelSDK: de3d79e853e01fa778b778c78da23b650ccf179a
19+
PixelSDK-GPUImage3: 6c77b8f5c6ee2abe58c08549e638d8dd9733ceb8
2020

2121
PODFILE CHECKSUM: 79b82a0f7e6f394eddc31f60b1ddd0470bc90801
2222

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

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

Example/Pods/Manifest.lock

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

Example/Pods/PixelSDK-GPUImage3/framework/Source/Camera.swift

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

Example/Pods/PixelSDK-GPUImage3/framework/Source/MovieOutput.swift

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

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

+13-3
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

+13-3
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

+13-3
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

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

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

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

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

0 commit comments

Comments
 (0)