Added correct orientation for iOS

This commit is contained in:
Mathias Westerdahl
2017-02-24 14:10:04 +01:00
parent 38a17aed4c
commit 85e916c41b
3 changed files with 71 additions and 13 deletions

View File

@@ -11,8 +11,8 @@ platforms:
arm64-ios:
context:
frameworks: ["AVFoundation", "CoreMedia"]
frameworks: ["AVFoundation", "CoreMedia", "UIKit"]
armv7-ios:
context:
frameworks: ["AVFoundation", "CoreMedia"]
frameworks: ["AVFoundation", "CoreMedia", "UIKit"]