mirror of
https://github.com/defold/extension-camera
synced 2025-09-27 08:52:19 +02:00
fix manifest
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user