Skip to content

Commit

Permalink
Added support for custom camera button
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbernfeld committed Apr 7, 2022
1 parent 30c4d0a commit cbe04a0
Show file tree
Hide file tree
Showing 56 changed files with 209 additions and 72 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 11.2.0 - 4/6/22

&bull; Added support for custom camera button<br>
&bull; If content is watermarked, use a generic watermark when app is published on App Store

### 11.1.4 - 3/18/22

&bull; General bug fixes and stability improvements
Expand Down
2 changes: 1 addition & 1 deletion Example/PixelSDKExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1120;
LastUpgradeCheck = 9999;
LastUpgradeCheck = 1330;
ORGANIZATIONNAME = "GottaYotta, Inc.";
TargetAttributes = {
1FCA58BA23B6BDEB0087B542 = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "9999"
LastUpgradeVersion = "1330"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- PixelSDK (11.1.4):
- PixelSDK (11.2.0):
- PixelSDK-GPUImage3 (~> 3.0)
- PixelSDK-GPUImage3 (3.1.1)

Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
:podspec: "../PixelSDK.podspec"

SPEC CHECKSUMS:
PixelSDK: 7dc1d241e92103e77c074c610f95103d0e90096b
PixelSDK: 6f439e163e3e303a33657f8d82d9c2d9155676da
PixelSDK-GPUImage3: 6a66cfca487b57219e557a6a31b21d5bd6480bea

PODFILE CHECKSUM: 79b82a0f7e6f394eddc31f60b1ddd0470bc90801
Expand Down
2 changes: 1 addition & 1 deletion Example/Pods/Local Podspecs/PixelSDK.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Example/Pods/PixelSDK/PixelSDK.xcframework/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading

0 comments on commit cbe04a0

Please sign in to comment.