This commit is contained in:
Mathias Westerdahl
2017-02-22 23:38:02 +01:00
parent 3441da3ec4
commit acbce5247f
8 changed files with 728 additions and 6 deletions

18
camera/ext.manifest Normal file
View File

@@ -0,0 +1,18 @@
name: "Camera"
platforms:
x86_64-osx:
context:
frameworks: ["AVFoundation", "CoreMedia"]
x86-osx:
context:
frameworks: ["AVFoundation", "CoreMedia"]
arm64-ios:
context:
frameworks: ["AVFoundation", "CoreMedia"]
armv7-ios:
context:
frameworks: ["AVFoundation", "CoreMedia"]