Skip to content

Commit

Permalink
Added iOS 10-required privacy description to info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
lobrien committed Dec 1, 2016
1 parent 9d577fd commit 19c7c98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AVCaptureFrames/Info.plist
Expand Up @@ -45,5 +45,9 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>CFBundleName</key>
<string>Capt. Frames</string>
<key>NSCameraUsageDescription</key>
<string>Demonstrate video capture</string>
</dict>
</plist>

0 comments on commit 19c7c98

Please sign in to comment.