-
Notifications
You must be signed in to change notification settings - Fork 516
LockedCameraCapture iOS xcode16.0 b1
Rolf Bjarne Kvinge edited this page Sep 2, 2024
·
4 revisions
#LockedCameraCapture.framework https://github.com/xamarin/xamarin-macios/pull/21161
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>
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status