Skip to content

LockedCameraCapture iOS xcode16.0 b1

Rolf Bjarne Kvinge edited this page Jul 3, 2024 · 3 revisions

#LockedCameraCapture.framework

diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/LockedCameraCapture.framework/Headers/LCCDefines.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/LockedCameraCapture.framework/Headers/LCCDefines.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/LockedCameraCapture.framework/Headers/LCCDefines.h	1970-01-01 01:00:00
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/LockedCameraCapture.framework/Headers/LCCDefines.h	2024-05-30 11:39:39
@@ -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_15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/LockedCameraCapture.framework/Headers/LockedCameraCapture.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/LockedCameraCapture.framework/Headers/LockedCameraCapture.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/LockedCameraCapture.framework/Headers/LockedCameraCapture.h	1970-01-01 01:00:00
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/LockedCameraCapture.framework/Headers/LockedCameraCapture.h	2024-05-30 11:39:39
@@ -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>
Clone this wiki locally