From 04289ea0662fb40ea474d0de6332299923224e26 Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Sun, 30 Jun 2024 20:29:29 -0700 Subject: [PATCH 1/2] update to internal commit d9ec6204 --- enums/camera-position.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enums/camera-position.md b/enums/camera-position.md index 0b82e31..83d29c7 100644 --- a/enums/camera-position.md +++ b/enums/camera-position.md @@ -34,9 +34,9 @@ public @interface EnumCameraPosition { typedef NS_ENUM(NSInteger, DSCameraPosition) { /** The back-facing camera. */ - EnumCameraPositionBack = 0, + DSCameraPositionBack = 0, /** The front-facing camera. */ - EnumCameraPositionFront = 1 + DSCameraPositionFront = 1 }; ``` > From 5080b937d5b0b9c271624fdbb95de56604d035c8 Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Wed, 24 Jul 2024 23:13:04 -0700 Subject: [PATCH 2/2] update to internal commit 687f5327 --- _includes/dceNav.html | 1 - 1 file changed, 1 deletion(-) diff --git a/_includes/dceNav.html b/_includes/dceNav.html index 8fef5c6..5d51ab7 100644 --- a/_includes/dceNav.html +++ b/_includes/dceNav.html @@ -29,7 +29,6 @@ Documentation - Download Free Trial