Skip to content

LockedCameraCapture MacCatalyst xcode16.3 b1

Rolf Bjarne Kvinge edited this page Mar 17, 2025 · 2 revisions

#LockedCameraCapture.framework https://github.com/dotnet/macios/pull/22415

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> 
Clone this wiki locally