Skip to content

Commit 796a9f2

Browse files
committed
Added delegate methods to CameraControllerDelegate for camera button presses
1 parent be0a497 commit 796a9f2

File tree

148 files changed

+421
-177
lines changed

Some content is hidden

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

148 files changed

+421
-177
lines changed

CHANGELOG.md

+4

Example/PixelSDKExample.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
isa = PBXProject;
359359
attributes = {
360360
LastSwiftUpdateCheck = 1120;
361-
LastUpgradeCheck = 1330;
361+
LastUpgradeCheck = 9999;
362362
ORGANIZATIONNAME = "GottaYotta, Inc.";
363363
TargetAttributes = {
364364
1FCA58BA23B6BDEB0087B542 = {

Example/PixelSDKExample.xcodeproj/xcshareddata/xcschemes/PixelSDKExample.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1330"
3+
LastUpgradeVersion = "9999"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- PixelSDK (11.2.0):
2+
- PixelSDK (11.3.0):
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: 6f439e163e3e303a33657f8d82d9c2d9155676da
18+
PixelSDK: 9db5758b8a0070e8f54c4d7955893f2a5aa58d70
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.

Example/Pods/PixelSDK/PixelSDK.xcframework/Info.plist

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)