mirror of
https://github.com/defold/extension-camera
synced 2025-06-27 10:27:45 +02:00
19 lines
359 B
Plaintext
19 lines
359 B
Plaintext
name: "Camera"
|
|
|
|
platforms:
|
|
x86_64-osx:
|
|
context:
|
|
frameworks: ["AVFoundation", "CoreMedia"]
|
|
|
|
x86-osx:
|
|
context:
|
|
frameworks: ["AVFoundation", "CoreMedia"]
|
|
|
|
arm64-ios:
|
|
context:
|
|
frameworks: ["AVFoundation", "CoreMedia", "UIKit"]
|
|
|
|
armv7-ios:
|
|
context:
|
|
frameworks: ["AVFoundation", "CoreMedia", "UIKit"]
|