From 73c3596156dea7fde865fdd871b6dae0c8f67129 Mon Sep 17 00:00:00 2001 From: AGulev Date: Sat, 30 Sep 2023 16:05:53 +0200 Subject: [PATCH] fix manifest --- camera/ext.manifest | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/camera/ext.manifest b/camera/ext.manifest index 688b7e5..56f17a7 100644 --- a/camera/ext.manifest +++ b/camera/ext.manifest @@ -1,18 +1,10 @@ name: "Camera" platforms: - x86_64-osx: - context: - frameworks: ["AVFoundation", "CoreMedia"] - - x86-osx: + osx: context: frameworks: ["AVFoundation", "CoreMedia"] - arm64-ios: - context: - frameworks: ["AVFoundation", "CoreMedia", "UIKit"] - - armv7-ios: + ios: context: frameworks: ["AVFoundation", "CoreMedia", "UIKit"]