Skip to content

Commit

Permalink
Added missing entry for iOS simulator platform in ext.manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
andsveking committed Jul 17, 2019
1 parent e3ae09f commit 497acf1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions videoplayer/ext.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platforms:
x86_64-osx:
context:
frameworks: ["AVFoundation", "AVKit", "CoreMedia"]

x86-osx:
context:
frameworks: ["AVFoundation", "AVKit", "CoreMedia"]
Expand All @@ -15,4 +15,8 @@ platforms:

armv7-ios:
context:
frameworks: ["AVFoundation", "AVKit", "CoreMedia", "UIKit"]
frameworks: ["AVFoundation", "AVKit", "CoreMedia", "UIKit"]

x86_64-ios:
context:
frameworks: ["AVFoundation", "AVKit", "CoreMedia", "UIKit"]

0 comments on commit 497acf1

Please sign in to comment.