-
Notifications
You must be signed in to change notification settings - Fork 520
LockedCameraCapture MacCatalyst xcode16.3 b1
Rolf Bjarne Kvinge edited this page Dec 12, 2024
·
1 revision
#LockedCameraCapture.framework
diff -ruN /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/FrameworksLockedCameraCapture.framework/Headers/LCCDefines.h /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/LockedCameraCapture.framework/Headers/LCCDefines.h
--- /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/FrameworksLockedCameraCapture.framework/Headers/LCCDefines.h 1970-01-01 01:00:00
+++ /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/LockedCameraCapture.framework/Headers/LCCDefines.h 2025-02-07 23:18:52
@@ -0,0 +1,15 @@
+//
+// LCCDefines.h
+// LockedCameraCapture
+//
+// Created by Can Aran on 4/29/24.
+// Copyright © 2024 Apple Inc. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/// A type to use when opening your app from the capture extension.
+///
+/// Use this `NSUserActivityType` with <doc:LockedCameraCapture/LockedCameraCaptureSession/openApplication(for:)>
+/// to check if someone is launching your app from a locked camera capture extension.
+extern NSString * const NSUserActivityTypeLockedCameraCapture;
diff -ruN /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/FrameworksLockedCameraCapture.framework/Headers/LockedCameraCapture.h /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/LockedCameraCapture.framework/Headers/LockedCameraCapture.h
--- /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/FrameworksLockedCameraCapture.framework/Headers/LockedCameraCapture.h 1970-01-01 01:00:00
+++ /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/LockedCameraCapture.framework/Headers/LockedCameraCapture.h 2025-02-07 23:18:52
@@ -0,0 +1,19 @@
+//
+// LockedCameraCapture.h
+// LockedCameraCapture
+//
+// Created by Can Aran on 4/29/24.
+// Copyright © 2024 Apple Inc. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+//! Project version number for LockedCameraCapture.
+FOUNDATION_EXPORT double LockedCameraCaptureVersionNumber;
+
+//! Project version string for LockedCameraCapture.
+FOUNDATION_EXPORT const unsigned char LockedCameraCaptureVersionString[];
+
+// In this header, you should import all the public headers of your framework using statements like #import <LockedCameraCapture/PublicHeader.h>
+
+#import <LockedCameraCapture/LCCDefines.h>